CustomShapeTypeInfo
Public TypeAlias
Signature
type CustomShapeTypeInfo = {
  type: string
  migrations: ReturnType<typeof defineMigrations>
  validator?: StoreValidator<TLShape>
}
Public TypeAlias
type CustomShapeTypeInfo = {
  type: string
  migrations: ReturnType<typeof defineMigrations>
  validator?: StoreValidator<TLShape>
}