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