GroupMember
Home > @backstage/plugin-catalog-backend-module-msgraph
> GroupMember
Extends the base msgraph types to include the odata type.
Signature:
export type GroupMember = (MicrosoftGraph.Group & {
'@odata.type': '#microsoft.graph.group';
}) | (MicrosoftGraph.User & {
'@odata.type': '#microsoft.graph.user';
});