GroupEntityV1alpha1.spec
Home > @backstage/catalog-model
> GroupEntityV1alpha1
> spec
Signature:
spec: {
type: string;
profile?: {
displayName?: string;
email?: string;
picture?: string;
};
parent?: string;
children: string[];
members?: string[];
};