interface RemoveNotificationFromNotificationScheme {
    notificationId: string;
    notificationSchemeId: string;
}

Properties

notificationId: string

The ID of the notification.

notificationSchemeId: string

The ID of the notification scheme.