Regenerated the API report
Signed-off-by: cmoulliard <cmoulliard@redhat.com>
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
## API Report File for "@backstage/plugin-scaffolder-backend-module-gitea"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
import { BackendFeature } from '@backstage/backend-plugin-api';
|
||||
|
||||
// @public
|
||||
const giteaModule: () => BackendFeature;
|
||||
export default giteaModule;
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
```
|
||||
@@ -3,6 +3,7 @@
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
import { BackendFeature } from '@backstage/backend-plugin-api';
|
||||
import { Config } from '@backstage/config';
|
||||
import { JsonObject } from '@backstage/types';
|
||||
import { ScmIntegrationRegistry } from '@backstage/integration';
|
||||
@@ -24,4 +25,8 @@ export function createPublishGiteaAction(options: {
|
||||
},
|
||||
JsonObject
|
||||
>;
|
||||
|
||||
// @public
|
||||
const giteaModule: () => BackendFeature;
|
||||
export default giteaModule;
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user