SchemaPropsInfo
Table of contents
Public interface
Signature
interface SchemaPropsInfo {}
Source
packages/tlschema/src/createTLSchema.ts
Properties
meta
Public propertysignature
Signature
meta?: Record<string, AnyValidator>
migrations
Public propertysignature
Signature
migrations?: LegacyMigrations | MigrationSequence | TLPropsMigrations
References
LegacyMigrations, MigrationSequence, TLPropsMigrations
props
Public propertysignature
Signature
props?: Record<string, AnyValidator>