ExtraRepositoriesReadResponse: {
    description: string;
    name: string;
    provider: "GITHUB" | "GITLAB" | "BITBUCKET" | "AZUREDEVOPS";
    url: string;
}

Type declaration

  • description: string

    Extra repository description.

  • name: string

    Extra repository name.

  • provider: "GITHUB" | "GITLAB" | "BITBUCKET" | "AZUREDEVOPS"

    Extra repository provider.

  • url: string

    Extra repository url.