Interface IYearMonthDurationRepresentation

interface IYearMonthDurationRepresentation {
    month: number;
    year: number;
}

Properties

Properties

month: number
year: number