TypedImageV4
type TypedImageV4 = | ImageWithUrlV4 | ImageWithPrintUrlV4 | ImageWithoutUrlV4 | (ImageWithPreviewUrlV4 & { itemType: "image"; });Defined in: types/CimDocV4.ts:90
Type declaration
itemType
itemType: "image";type TypedImageV4 = | ImageWithUrlV4 | ImageWithPrintUrlV4 | ImageWithoutUrlV4 | (ImageWithPreviewUrlV4 & { itemType: "image"; });Defined in: types/CimDocV4.ts:90
itemType: "image";