Google Apps Script API
    Preparing search index...
    interface HolidaysHoliday {
        countryCode?: string;
        date?: string;
        deliveryGuaranteeDate?: string;
        deliveryGuaranteeHour?: string;
        id?: string;
        type?: string;
    }
    Index

    Properties

    countryCode?: string
    date?: string
    deliveryGuaranteeDate?: string
    deliveryGuaranteeHour?: string
    id?: string
    type?: string