UNPKG

@universal-material/angular

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.0.

6 lines (5 loc) 118 B
import { DayOfWeek } from './day-of-week.model'; export interface Week { baseDate: Date; days: DayOfWeek[]; }