NotificationPlanData: Pick<NotificationPlan, "channel" | "name"> & {
    notificationContent: string;
    notificationSubject: string;
    scope: NotificationScope;
}