Backstage
    Preparing search index...

    Interface GetEntitiesResponse

    The response type for CatalogApi.getEntities.

    interface GetEntitiesResponse {
        items: Entity[];
    }
    Index
    items: Entity[]