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

Size

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

Message depicting the size of the creative. The units of width and height depend on the type of the targeting.

interface Size {
height?: number;
width?: number;
}

§Properties

§
height?: number
[src]

The height of the creative.

§
width?: number
[src]

The width of the creative