| Name | Type | Description | Notes |
|---|---|---|---|
| response | Array<Array<string>> | [optional] [default to undefined] | |
| count | number | [optional] [default to undefined] | |
| links | Array<ActiveConnectionsWrapperLinksInner> | [optional] [default to undefined] | |
| status | number | [optional] [default to undefined] | |
| statusCode | number | [optional] [default to undefined] |
import { ArrayArrayWrapper } from '@onlyoffice/docspace-api-sdk';
const instance: ArrayArrayWrapper = {
response,
count,
links,
status,
statusCode,
};