| Name | Type | Description | Notes |
|---|---|---|---|
| userId | string | [default to undefined] | |
| tags | Array<UserChannelTagItem> | [default to undefined] |
import { UserChannelTagAddRequest } from '@nexconn/server-sdk';
const instance: UserChannelTagAddRequest = {
userId,
tags,
};