createTLSchemaFromUtils
See source codeA 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
createSessionStateSnapshotSignalNext
createTLStore