Interface StorableObject<DataT>

interface StorableObject<DataT> {
    toData: (() => DataT);
    toString: (() => string);
}

Type Parameters

Properties

Properties

toData: (() => DataT)

Type declaration

toString: (() => string)

Type declaration

    • (): string
    • Returns string