Backstage
    Preparing search index...

    Variable RepoOwnerPickerFieldExtensionConst

    RepoOwnerPickerFieldExtension: FieldExtensionComponent<
        string,
        {
            excludedOwners?: string[];
            host?: string;
            requestUserCredentials?: {
                additionalScopes?: {
                    azure?: string[];
                    bitbucket?: string[];
                    gerrit?: string[];
                    gitea?: string[];
                    github?: string[];
                    gitlab?: string[];
                };
                secretsKey: string;
            };
        },
    > = ...

    A field extension to select an owner from a repository.