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

Properties

Properties

id?: number
iso8601Date?: string