Interface Storable<DataT>

interface Storable<DataT> {
    [k: string]: Primitive | StorableObject<DataT>;
}

Type Parameters

  • DataT

Indexable