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