docs: add api-reports

Signed-off-by: Alisson Fabiano <afabiano@eshopworld.com>
This commit is contained in:
Alisson Fabiano
2022-08-19 11:57:07 +01:00
parent 5e918f43e6
commit 4b095e031a
3 changed files with 7 additions and 13 deletions
@@ -197,8 +197,6 @@ 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)
@@ -207,8 +205,6 @@ export interface Readme {
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)
@@ -217,8 +213,6 @@ export interface ReadmeConfig {
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)
export type RepoBuild = {
id?: number;