export interface NotificationSchemeAndProjectMapping {
  notificationSchemeId?: string;
  projectId?: string;
}
