MigratableSchemaTransformMap

Type alias

Interface representing a map of key/value pairs where the key represents the output schema version and the value represents a transform function that returns an object for that schema version.

Value(s):
Record<stringfunction(input: IMigratableSchema) : IMigratableSchema | Promise<IMigratableSchema>>

Type alias defined in packages/common/src/migrations/types.ts:12