ScmIntegrationsFactory
Home > @backstage/integration
> ScmIntegrationsFactory
A factory function that creates an integration group based on configuration.
Signature:
export type ScmIntegrationsFactory<T extends ScmIntegration> = (options: {
config: Config;
}) => ScmIntegrationsGroup<T>;
References: ScmIntegration, Config, ScmIntegrationsGroup