isResultTotalHeader()
Home > @gooddata/sdk-model > isResultTotalHeader
isResultTotalHeader() function
Type-guard testing whether the provided object is an instance of IResultTotalHeader.
Signature:
export declare function isResultTotalHeader(obj: unknown): obj is IResultTotalHeader;
Parameters
Parameter | Type | Description |
---|---|---|
obj | unknown |
Returns:
obj is IResultTotalHeader