UpdateCatalogModelRequestMaxImageResolution
Example Usage
typescript
import { UpdateCatalogModelRequestMaxImageResolution } from "@meetkai/mka1/models/components";
let value: UpdateCatalogModelRequestMaxImageResolution = {
maxWidth: 179338,
maxHeight: 145044,
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
maxWidth | number | ✔️ | N/A |
maxHeight | number | ✔️ | N/A |