IdMapping
type IdMapping = {
newId: string | null;
oldId: string | null;
};
Mapping between old and new IDs after migration.
Type Declaration
| Name | Type |
|---|---|
newId | string | null |
oldId | string | null |
type IdMapping = {
newId: string | null;
oldId: string | null;
};
Mapping between old and new IDs after migration.
| Name | Type |
|---|---|
newId | string | null |
oldId | string | null |