UNPKG

mobyo-interfaces

Version:
8 lines (7 loc) 302 B
import { IPayioScheduleSlot } from '../interfaces'; import { IPayioScheduleDay } from '../interfaces/i-schedule-day'; export declare class PayioScheduleDayEntity implements IPayioScheduleDay { day: string; slots: IPayioScheduleSlot[]; constructor(data?: Partial<PayioScheduleDayEntity>); }