Backstage
    Preparing search index...

    The response type for CatalogApi.queryLocations.

    interface QueryLocationsResponse {
        items: Location[];
        pageInfo: { nextCursor?: string };
        totalItems: number;
    }
    Index

    Properties

    items: Location[]
    pageInfo: { nextCursor?: string }
    totalItems: number