UNPKG

@codemastersolutions/typeorm-extender

Version:
10 lines 352 B
interface RunSeedsOptions { config?: string; seed?: string; datasource?: string; } export declare function runSeeds(options?: RunSeedsOptions): Promise<void>; export declare function listSeeds(): Promise<void>; export declare function runSeedsDev(options?: RunSeedsOptions): Promise<void>; export {}; //# sourceMappingURL=run-seeds.d.ts.map