UNPKG

mobyo-interfaces

Version:
7 lines (6 loc) 232 B
import { IPayioScheduleSlot } from '../interfaces'; export declare class PayioScheduleSlotEntity implements IPayioScheduleSlot { productCode: string; time: string; constructor(data?: Partial<PayioScheduleSlotEntity>); }