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

AdStyle

import type { AdStyle } from "https://googleapis.deno.dev/v1/adsensehost:v4.1.ts";
interface AdStyle {
colors?: {
background?: string;
border?: string;
text?: string;
title?: string;
url?: string;
}
;
corners?: string;
font?: {
family?: string;
size?: string;
}
;
kind?: string;
}

§Properties

§
colors?: {
background?: string;
border?: string;
text?: string;
title?: string;
url?: string;
}
[src]

The colors included in the style. These are represented as six hexadecimal characters, similar to HTML color codes, but without the leading hash.

§
corners?: string
[src]

The style of the corners in the ad (deprecated: never populated, ignored).

§
font?: {
family?: string;
size?: string;
}
[src]

The font which is included in the style.

§
kind?: string
[src]

Kind this is, in this case adsensehost#adStyle.