interface RawTurnClosureProposal {
    description?: string;
    endDate?: string;
    eventId?: string;
    fromSegForward?: boolean;
    fromSegID?: number;
    id?: string;
    permanent?: boolean;
    reason?: string;
    startDate?: string;
    toSegForward?: boolean;
    toSegID?: number;
}

Hierarchy (View Summary)

Properties

description?: string
endDate?: string
eventId?: string
fromSegForward?: boolean
fromSegID?: number
id?: string
permanent?: boolean
reason?: string
startDate?: string
toSegForward?: boolean
toSegID?: number