Migration
API / @publicodes/tools / migration / Migration
type Migration = object;
Defined in: migration/migrateSituation.ts:12
Migration instructions. It contains the rules and values to migrate.
Type declaration
Name | Type | Defined in |
---|---|---|
keysToMigrate | Record <RuleName , RuleName > | migration/migrateSituation.ts:13 |
valuesToMigrate | Record <RuleName , ValueMigration > | migration/migrateSituation.ts:14 |