interface IValidityPeriod {
    end: string;
    mode: DateGranularityMode;
    start: string;
}

Properties

Properties

end: string
start: string