Regenerated API Report

Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
This commit is contained in:
Andre Wanlin
2021-09-26 10:45:24 -05:00
parent e7d9bbb6a8
commit 4836fd97ca
+2 -2
View File
@@ -21,7 +21,7 @@ export class AzureDevOpsApi {
getBuildList(
projectName: string,
repoId: string,
top: string,
top: number,
): Promise<Build[]>;
// (undocumented)
getGitRepository(
@@ -32,7 +32,7 @@ export class AzureDevOpsApi {
getRepoBuilds(
projectName: string,
repoName: string,
top: string,
top: number,
): Promise<RepoBuild[]>;
}