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