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

Platform

import type { Platform } from "https://aws-api.deno.dev/v0.3/services/cognitosync.ts?docs=full";
type Platform =
| "APNS"
| "APNS_SANDBOX"
| "GCM"
| "ADM"

§Type

§
"APNS" | "APNS_SANDBOX" | "GCM" | "ADM" | cmnP.UnexpectedEnumValue
[src]