TLStoreSchemaOptions
See source codetype TLStoreSchemaOptions =
| {
bindingUtils?: readonly TLAnyBindingUtilConstructor[]
migrations?: readonly MigrationSequence[]
shapeUtils?: readonly TLAnyShapeUtilConstructor[]
}
| {
schema?: StoreSchema<TLRecord, TLStoreProps>
}
Prev
TLStoreOptionsNext
TLStoreWithStatus