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