@squidcloud/client
    Preparing search index...

    Interface NormalizedGitHubRepositorySelection

    Represents a normalized GitHub repository selection.

    interface NormalizedGitHubRepositorySelection {
        defaultRepository: string;
        legacyRepository?: string;
        repositories: GitHubRepositoryConfiguration[];
    }
    Index
    defaultRepository: string

    Stores the validated default owner/repository name.

    legacyRepository?: string

    Stores the accepted legacy selection when canonical metadata is absent.

    Lists validated canonical repository metadata.