interface RawClosureStatusHistory {
    changeDate: string;
    closureStatus: string;
}

Properties

changeDate: string
closureStatus: string