docs: add api-reports

Signed-off-by: Alisson Fabiano <afabiano@eshopworld.com>
This commit is contained in:
Alisson Fabiano
2022-08-15 13:19:20 +01:00
parent 90b8958204
commit 0cec11b6e8
3 changed files with 45 additions and 1 deletions
+20
View File
@@ -229,6 +229,26 @@ export enum PullRequestVoteStatus {
WaitingForAuthor = -5,
}
// Warning: (ae-missing-release-tag) "Readme" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export interface Readme {
// (undocumented)
content: string;
// (undocumented)
url: string;
}
// Warning: (ae-missing-release-tag) "ReadmeConfig" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export interface ReadmeConfig {
// (undocumented)
project: string;
// (undocumented)
repo: string;
}
// Warning: (ae-missing-release-tag) "RepoBuild" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)