NotificationSettings
Home > @backstage/plugin-notifications-common
> NotificationSettings
Signature:
export type NotificationSettings = {
channels: {
id: string;
origins: {
id: string;
enabled: boolean;
}[];
}[];
};