外观
@freenotes/web-runtime / DbStoreDefinition
Interface: DbStoreDefinition<Value>
Defined in: src/db/types.ts:53
Type Parameters
Value
Value = unknown
Properties
autoIncrement?
optionalautoIncrement?:boolean
Defined in: src/db/types.ts:54
indexes?
optionalindexes?:Record<string,DbIndexDefinitionInput<Value>>
Defined in: src/db/types.ts:55
keyPath?
optionalkeyPath?:DbKeyPath<Value>
Defined in: src/db/types.ts:56