Type Alias: MigrationArgs
MigrationArgs =
Record<string,string|true>
Defined in: migrations/types.ts:7
The values a migration received on the command line, keyed by flag name
without the leading dashes. A flag given without a value is true.
MigrationArgs =
Record<string,string|true>
Defined in: migrations/types.ts:7
The values a migration received on the command line, keyed by flag name
without the leading dashes. A flag given without a value is true.