Interface WeekSpec

interface WeekSpec {
    dow: number;
    doy?: number;
}

Properties

Properties

dow: number
doy?: number