Backstage
    Preparing search index...

    Interface GetLocationsResponse

    The response type for CatalogApi.getLocations

    interface GetLocationsResponse {
        items: Location[];
    }
    Index
    items: Location[]