stack

Home > @infiniteobjects/models > IMigrator

IMigrator type

Migration for an entity

Signature:

export type IMigrator<OldSchema = any, NewSchema = any> = (entity: OldSchema | NewSchema, debug: DebugInstance) => NewSchema;

References: DebugInstance