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