Table of contents

Public interface

Signature
interface TLPropsMigration {}
Source

packages/tlschema/src/recordsWithProps.ts


Properties

dependsOn

Public readonly propertysignature

Signature
readonly dependsOn?: MigrationId[]
References

MigrationId


down

Public readonly propertysignature

Signature
readonly down?:
  | ((props: any) => any)
  | typeof NO_DOWN_MIGRATION
  | typeof RETIRED_DOWN_MIGRATION

id

Public readonly propertysignature

Signature
readonly id: MigrationId
References

MigrationId


up

Public readonly propertysignature

Signature
readonly up: (props: any) => any

TLPOINTER_IDTLPropsMigrations