UNPKG

@minimaltech/node-infra

Version:

Minimal Technology NodeJS Infrastructure - Loopback 4 Framework

10 lines (9 loc) 186 B
export type TMigrationProcess = { name: string; cleanFn?: Function; fn: Function; options?: { alwaysRun?: boolean; [key: string | symbol]: any; }; };