UNPKG

@jbouduin/holidays-lib

Version:
8 lines 274 B
import { Weekday, When, Which } from '../types'; import { IRelation } from './relation'; export interface IRelationWhichWeekdayWhen extends IRelation { weekday: Weekday; when: When; which: Which; } //# sourceMappingURL=relation-which-weekday-when.d.ts.map