Google Apps Script API
    Preparing search index...
    interface CarriersCarrier {
        country?: string;
        name?: string;
        services?: string[];
    }
    Index

    Properties

    country?: string
    name?: string
    services?: string[]