The mapping of old to new status ID.

interface StatusMigration {
    newStatusReference: string;
    oldStatusReference: string;
}

Properties

newStatusReference: string

The new status ID.

oldStatusReference: string

The old status ID.