Skip to main content

MovedId

type MovedId = {
newId: string;
oldId: string;
};

A moved ID pair (old to new).

Type Declaration

NameType
newIdstring
oldIdstring