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

ShowBannerAdPluginOptions

type ShowBannerAdPluginOptions = {
el: HTMLElement;
id: string;
width: number;
height: number;
}
;

§Type

§
{
el: HTMLElement;
id: string;
width: number;
height: number;
}
[src]