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