Backstage
    Preparing search index...

    The response type for CatalogClient.getEntitiesByRefs.

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

    Properties

    Properties

    items: (Entity | undefined)[]

    The returned list of entities.

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