Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Image

import type { Image } from "https://googleapis.deno.dev/v1/adexchangebuyer2:v2beta1.ts";

An image resource. You may provide a larger image than was requested, so long as the aspect ratio is preserved.

interface Image {
height?: number;
url?: string;
width?: number;
}

§Properties

§
height?: number
[src]

Image height in pixels.

§
url?: string
[src]

The URL of the image.

§
width?: number
[src]

Image width in pixels.