Type Alias CreateTypeObject<T>

CreateTypeObject<T>: Omit<TypeObject<T>, typeof INDEX_ID_KEY>

Input expected for create() call in IndexedStorage. This is the same as TypeObject but without the index key.

Type Parameters