Globus SDK for JavaScript
    Preparing search index...

    Type Alias GFacetResult

    type GFacetResult = {
        buckets?: GBucket[];
        name: string;
        value?: string;
    }
    Index

    Properties

    Properties

    buckets?: GBucket[]
    name: string
    value?: string