export interface NonWorkingDay {
  id?: number;
  iso8601Date?: string;
}
