Backstage
    Preparing search index...

    Variable RepoUrlPickerFieldExtensionConst

    RepoUrlPickerFieldExtension: FieldExtensionComponent<
        string,
        {
            allowedHosts?: string[];
            allowedOrganizations?: string[];
            allowedOwners?: string[];
            allowedProjects?: string[];
            allowedRepos?: string[];
            requestUserCredentials?: {
                additionalScopes?: {
                    azure?: string[];
                    bitbucket?: string[];
                    gerrit?: string[];
                    gitea?: string[];
                    github?: string[];
                    gitlab?: string[];
                };
                secretsKey: string;
            };
        },
    > = ...

    The field extension which provides the ability to select a RepositoryUrl. Currently, this is an encoded URL that looks something like the following github.com?repo=myRepoName&owner=backstage.