TLStoreSchemaOptions
type TLStoreSchemaOptions =
| {
bindingUtils?: readonly TLAnyBindingUtilConstructor[];
migrations?: readonly MigrationSequence[];
records?: Record<string, CustomRecordInfo>;
shapeUtils?: readonly TLAnyShapeUtilConstructor[];
}
| {
schema?: StoreSchema<TLRecord, TLStoreProps>;
};Prev
TLStoreOptionsNext
TLStoreWithStatus