Interface UpdateNotificationSchemeDetails
interface UpdateNotificationSchemeDetails { description?: string; name?: string; } Hierarchy
- Record<string, unknown>
- UpdateNotificationSchemeDetails
Properties
Optional
description
description?: string
Optional
name
name?: string
Details of a notification scheme.