NotificationRecipients
Home > @backstage/plugin-notifications-node
> NotificationRecipients
Signature:
export type NotificationRecipients = {
type: 'entity';
entityRef: string | string[];
excludeEntityRef?: string | string[];
} | {
type: 'broadcast';
};