isIOrganizationUserGroup()
Home > @gooddata/sdk-model > isIOrganizationUserGroup
isIOrganizationUserGroup() function
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Test if provided object is of IOrganizationUser type
Signature:
export declare function isIOrganizationUserGroup(obj: unknown): obj is IOrganizationUserGroup;
Parameters
Parameter |
Type |
Description |
---|---|---|
obj |
unknown |
tested object |
Returns:
obj is IOrganizationUserGroup
true if object is IOrganizationUser, false if it is not