Change triggered by the Set Date of Birth update action.

interface SetDateOfBirthChange {
    change: string;
    nextValue: string;
    previousValue: string;
    type: "SetDateOfBirthChange";
}

Properties

change: string
nextValue: string

Value after the change.

previousValue: string

Value before the change.

type: "SetDateOfBirthChange"