isAlertNotification()
Home > @gooddata/sdk-model > isAlertNotification
isAlertNotification() function
Type guard to check if the notification is an alert notification.
Signature:
export declare function isAlertNotification(notification: unknown): notification is IAlertNotification;
Parameters
Parameter |
Type |
Description |
---|---|---|
notification |
unknown |
Returns:
notification is IAlertNotification