UNPKG

cecon-interfaces

Version:
14 lines (13 loc) 388 B
import { IPayioCatalogShift } from '../interfaces'; export declare class PayioCatalogShiftEntity implements IPayioCatalogShift { endTime: string; friday: boolean; monday: boolean; saturday: boolean; startTime: string; sunday: boolean; thursday: boolean; tuesday: boolean; wednesday: boolean; constructor(data?: Partial<PayioCatalogShiftEntity>); }