interface EnterPrepPhase {
    clientID?: string;
    day: number;
    id: string;
    lobPoints: number;
    replyTo?: string;
    type: "EnterPrepPhase";
    when: string;
}

Hierarchy (View Summary)

Properties

clientID?: string
day: number
id: string
lobPoints: number
replyTo?: string
type: "EnterPrepPhase"
when: string