Interface MeasureActionModel

interface MeasureActionModel {
    actionCode: string;
    datEnd: string;
    datStart: string;
    shortDesc: string;
}

Properties

actionCode: string
datEnd: string
datStart: string
shortDesc: string