isForecastNotReceived()
Home > @gooddata/sdk-ui > isForecastNotReceived
isForecastNotReceived() function
Typeguard checking whether input is an instance of ForecastNotReceivedSdkError
Signature:
export declare function isForecastNotReceived(obj: unknown): obj is ForecastNotReceivedSdkError;
Parameters
Parameter | Type | Description |
---|---|---|
obj | unknown |
Returns:
obj is ForecastNotReceivedSdkError