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