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

Layout

import type { Layout } from "https://aws-api.deno.dev/v0.4/services/pinpoint.ts?docs=full";
type Layout =
| "BOTTOM_BANNER"
| "TOP_BANNER"
| "OVERLAYS"
| "MOBILE_FEED"
| "MIDDLE_BANNER"
| "CAROUSEL"

§Type

§
"BOTTOM_BANNER" | "TOP_BANNER" | "OVERLAYS" | "MOBILE_FEED" | "MIDDLE_BANNER" | "CAROUSEL" | cmnP.UnexpectedEnumValue
[src]