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

Properties

notificationSchemeId?: string
projectId?: string