Backstage
    Preparing search index...

    Variable RepoUrlPickerFieldSchemaConst

    RepoUrlPickerFieldSchema: FieldSchema<
        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;
            };
        },
    > = ...