Backstage
    Preparing search index...

    Interface QueryLocationsInitialRequest

    The request type for initial requests to CatalogApi.queryLocations.

    interface QueryLocationsInitialRequest {
        limit?: number;
        query?: FilterPredicate;
    }
    Index
    limit?: number