Add api report

Signed-off-by: josh <josh.timmons@hashicorp.com>
This commit is contained in:
josh
2023-06-08 17:43:13 -04:00
parent 845ee8b316
commit 5cc4067347
+40
View File
@@ -0,0 +1,40 @@
## API Report File for "@backstage/plugin-nomad"
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts
/// <reference types="react" />
import { BackstagePlugin } from '@backstage/core-plugin-api';
import { Entity } from '@backstage/catalog-model';
import { RouteRef } from '@backstage/core-plugin-api';
// @public (undocumented)
export const EmbeddedRouter: () => JSX.Element;
// @public
export const EntityNomadAllocationListTable: () => JSX.Element;
// @public
export const EntityNomadJobVersionListCard: () => JSX.Element;
// @public (undocumented)
export const isNomadAllocationsAvailable: (entity: Entity) => boolean;
// @public (undocumented)
export const isNomadJobIDAvailable: (entity: Entity) => boolean;
// Warning: (ae-missing-release-tag) "nomadPlugin" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export const nomadPlugin: BackstagePlugin<
{
root: RouteRef<undefined>;
entityContent: RouteRef<undefined>;
},
{},
{}
>;
// (No @packageDocumentation comment for this package)
```