Backstage
    Preparing search index...

    Interface GetEntitiesByRefsResponse

    The response type for CatalogApi.getEntitiesByRefs.

    interface GetEntitiesByRefsResponse {
        items: (Entity | undefined)[];
    }
    Index
    items: (Entity | undefined)[]

    The returned list of entities.

    The list will be in the same order as the refs given in the request, and undefined will be returned in those positions that were not found.