PackageRole
Home > @backstage/cli-node
> PackageRole
Backstage package role, see docs.
Signature:
export type PackageRole = 'frontend' | 'backend' | 'cli' | 'web-library' | 'node-library' | 'common-library' | 'frontend-plugin' | 'frontend-plugin-module' | 'backend-plugin' | 'backend-plugin-module';