Backstage
    Preparing search index...

    Interface ServiceLocatorRequestContext

    interface ServiceLocatorRequestContext {
        credentials: BackstageCredentials;
        customResources: CustomResourceMatcher[];
        objectTypesToFetch: Set<ObjectToFetch>;
    }
    Index
    customResources: CustomResourceMatcher[]
    objectTypesToFetch: Set<ObjectToFetch>