UNPKG

mobyo-interfaces

Version:
6 lines (5 loc) 146 B
import { IPayioScheduleSlot } from './i-schedule-slots'; export interface IPayioScheduleDay { day: string; slots: IPayioScheduleSlot[]; }