export interface IPayioScheduleSlot {
    productId?: string;
    productCode?: string;
    time: string;
}
