cecon-interfaces
Version:
Interfaces de Projetos Cecon
14 lines (13 loc) • 388 B
TypeScript
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>);
}