Home > @infiniteobjects/models > IMigrator
Migration for an entity
Signature:
export type IMigrator<OldSchema = any, NewSchema = any> = (entity: OldSchema | NewSchema, debug: DebugInstance) => NewSchema;
References: DebugInstance