export type notifications_NotificationSuppressedResponse = { /** * Message is a human-readable acknowledgement of the suppressed request. */ message?: string; };