UNPKG

@jsgurucompany/jsg-nestjs-common

Version:

Initial README.md

4 lines (3 loc) 196 B
import { IMigratorOptions } from '../type'; export declare const up: ({ context }: IMigratorOptions) => Promise<void>; export declare const down: ({ context }: IMigratorOptions) => Promise<void>;