Globus SDK for JavaScript
    Preparing search index...

    Type Alias GSort

    type GSort = {
        field_name: string;
        order: "asc" | "desc";
    }
    Index
    field_name: string
    order: "asc" | "desc"