chore: fix api-reports warnings

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-10-14 17:56:00 +02:00
parent 35e735bb55
commit fc01ce7e77
216 changed files with 28 additions and 4221 deletions
@@ -9,9 +9,5 @@ import { BackendFeature } from '@backstage/backend-plugin-api';
const _feature: BackendFeature;
export default _feature;
// Warnings were encountered during analysis:
//
// src/alpha.d.ts:2:15 - (ae-undocumented) Missing documentation for "_feature".
// (No @packageDocumentation comment for this package)
```
-9
View File
@@ -29,13 +29,4 @@ export interface RouterOptions {
// (undocumented)
skipInvalidProxies?: boolean;
}
// Warnings were encountered during analysis:
//
// src/service/router.d.ts:9:1 - (ae-undocumented) Missing documentation for "RouterOptions".
// src/service/router.d.ts:10:5 - (ae-undocumented) Missing documentation for "logger".
// src/service/router.d.ts:11:5 - (ae-undocumented) Missing documentation for "config".
// src/service/router.d.ts:12:5 - (ae-undocumented) Missing documentation for "discovery".
// src/service/router.d.ts:13:5 - (ae-undocumented) Missing documentation for "skipInvalidProxies".
// src/service/router.d.ts:14:5 - (ae-undocumented) Missing documentation for "reviveConsumedRequestBodies".
```