export type SeedCommandArguments = { dataSource: string; }; export type Constructable = new () => T;