type TLStoreSchemaOptions =
  | {
      bindingUtils?: readonly TLAnyBindingUtilConstructor[]
      migrations?: readonly MigrationSequence[]
      shapeUtils?: readonly TLAnyShapeUtilConstructor[]
    }
  | {
      schema?: StoreSchema<TLRecord, TLStoreProps>
    }
TLStoreOptionsTLStoreWithStatus