Backstage
    Preparing search index...

    The request type for initial requests to CatalogApi.queryLocations.

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

    Properties

    Properties

    limit?: number