createTLSchemaFromUtils
A helper for creating a TLStore schema from either an object with shapeUtils, bindingUtils, and migrations, or a schema.
function createTLSchemaFromUtils(
opts: TLStoreSchemaOptions,
): StoreSchema<TLRecord, TLStoreProps>;Parameters
| Name | Description |
|---|---|
| Options for creating the schema. |
Returns
Prev
createTLCurrentUserNext
createTLStore