UNPKG

cannoli-interfaces

Version:
7 lines (6 loc) 139 B
export interface IIFoodMerchantInterruption { id: string; description: string; start: Date | string; end: Date | string; }