ImageAssetCopyimport type { ImageAsset } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";Meta data of an image asset. interface ImageAsset {fileSize?: bigint;fullSize?: Dimensions;mimeType?: string;}§Properties§fileSize?: bigint[src]File size of the image asset in bytes. §fullSize?: Dimensions[src]Metadata for this image at its original size. §mimeType?: string[src]MIME type of the image asset.