| Name | Type | Description | Notes |
|---|---|---|---|
| channelId | string | [default to undefined] | |
| userGroups | Array<CommunityChannelUserGroupItem> | [default to undefined] |
import { CommunityChannelUserGroupAddRequest } from '@nexconn/server-sdk';
const instance: CommunityChannelUserGroupAddRequest = {
channelId,
userGroups,
};