Updated API Report

Signed-off-by: Andre Wanlin <andrewanlin@gmail.com>
This commit is contained in:
Andre Wanlin
2023-02-11 15:05:30 -06:00
parent 027d58f938
commit a021b24799
-5
View File
@@ -3,7 +3,6 @@
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts
import { EntitiesOverview } from '@backstage/plugin-linguist-common';
import { EntityResults } from '@backstage/plugin-linguist-common';
import express from 'express';
import { HumanDuration } from '@backstage/types';
@@ -35,13 +34,9 @@ export class LinguistBackendApi {
useSourceLocation?: boolean,
);
// (undocumented)
getEntitiesOverview(): Promise<EntitiesOverview>;
// (undocumented)
getEntityLanguages(entityRef: string): Promise<Languages>;
// (undocumented)
processEntities(): Promise<void>;
// (undocumented)
processEntity(entityRef: string, url: string): Promise<string>;
}
// @public (undocumented)