GithubMultiOrgConfig
Home > @backstage/plugin-catalog-backend-module-github
> GithubMultiOrgConfig
The configuration parameters for a multi-org GitHub processor.
Signature:
export type GithubMultiOrgConfig = Array<{
name: string;
groupNamespace: string;
userNamespace: string | undefined;
}>;