@@ -115,6 +115,9 @@ export class GithubCredentialsProvider {
|
||||
}): Promise<GithubCredentials>;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export type GithubCredentialType = 'app' | 'token';
|
||||
|
||||
// @public (undocumented)
|
||||
export class GitHubIntegration implements ScmIntegration {
|
||||
constructor(integrationConfig: GitHubIntegrationConfig);
|
||||
|
||||
Reference in New Issue
Block a user