Globus SDK for JavaScript
    Preparing search index...

    Type Alias EndpointListDocument

    type EndpointListDocument = {
        DATA: EndpointDocument[];
        DATA_TYPE: "endpoint_list";
        length: number;
    }
    Index
    DATA_TYPE: "endpoint_list"
    length: number