Details of a notification scheme.

interface UpdateNotificationSchemeDetails {
    description?: string;
    name?: string;
}

Hierarchy

  • Record<string, unknown>
    • UpdateNotificationSchemeDetails

Properties

Properties

description?: string

The description of the notification scheme.

name?: string

The name of the notification scheme. Must be unique.