Google Apps Script API
    Preparing search index...
    interface OrderBy {
        fieldName?: string;
        orderType?: string;
        sortOrder?: string;
    }
    Index

    Properties

    fieldName?: string
    orderType?: string
    sortOrder?: string