isNotification()
Home > @gooddata/sdk-model > isNotification
isNotification() function
Type guard to check if the notification is a test notification.
Signature:
export declare function isNotification(notification: unknown): notification is INotification;
Parameters
Parameter | Type | Description |
---|---|---|
notification | unknown |
Returns:
notification is INotification