interface ClosureStatusHistoryItem {
    changeDate: string;
    closureStatus: ClosureStatus;
}

Properties

changeDate: string
closureStatus: ClosureStatus