import { TimeInterval } from "./TimeInterval.js"; export interface FlexibleCustomerChoice { /** * */ date: string; time: TimeInterval; }