Skip to main content

IdMapping

type IdMapping = {
newId: string | null;
oldId: string | null;
};

Mapping between old and new IDs after migration.

Type Declaration

NameType
newIdstring | null
oldIdstring | null