import { V1UpdateImage } from "@steamsets/client-ts/models/components";
let value: V1UpdateImage = {
active: true,
imageId: "123456",
};
Field | Type | Required | Description | Example |
---|---|---|---|---|
active |
boolean | ✔️ | Whether the image is active or not, only one of each type can be active | true |
imageId |
string | ✔️ | The image id to update | 123456 |