Update catalog-backend-module-github plugin report.api.md

Signed-off-by: abhishekbvs <bvsabhishek@gmail.com>
This commit is contained in:
abhishekbvs
2025-10-24 01:05:36 +05:30
parent 999d1c1747
commit 226b1802e3
2 changed files with 1 additions and 3 deletions
@@ -27,9 +27,6 @@ import { ScmIntegrationRegistry } from '@backstage/integration';
import { ScmLocationAnalyzer } from '@backstage/plugin-catalog-node';
import { UserEntity } from '@backstage/catalog-model';
// @public
export const DEFAULT_PAGE_SIZES: GithubPageSizes;
// @public
export const defaultOrganizationTeamTransformer: TeamTransformer;
@@ -40,6 +40,7 @@ export {
type TeamTransformer,
defaultOrganizationTeamTransformer,
type TransformerContext,
type GithubPageSizes,
} from './lib';
export * from './deprecated';