EmailNotificationHookPatch type
Represents Email hook specific patch input to the Update Hook operation.
type EmailNotificationHookPatch = {
hookParameter?: Partial<EmailHookParameter>
hookType: "Email"
} & NotificationHookPatch