@tauri-store/shared - v0.7.4
    Preparing search index...

    Type Alias Writable<T>

    Writable: { -readonly [P in keyof T]: T[P] }

    Removes the readonly modifier from all properties of T.

    Type Parameters

    • T