Backstage
    Preparing search index...
    PrepareResult:
        | {
            locations: {
                entities: CompoundEntityRef[];
                exists?: boolean;
                target: string;
            }[];
            type: "locations";
        }
        | {
            integrationType: string;
            locations: { entities: CompoundEntityRef[]; target: string }[];
            pullRequest: { url: string };
            type: "repository";
            url: string;
        }

    Result of the prepare state.