/** * A Backstage plugin that integrates towards GitHub Deployments * * @packageDocumentation */ export type { Node, GithubDeployment } from './api'; export { githubDeploymentsPlugin, EntityGithubDeploymentsCard } from './plugin'; export { GithubDeploymentsTable } from './components/GithubDeploymentsTable'; export { isGithubDeploymentsAvailable, GITHUB_PROJECT_SLUG_ANNOTATION, } from './Router';