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

UnAuthenticatedElement

import type { UnAuthenticatedElement } from "https://aws-api.deno.dev/v0.4/services/amplifybackend.ts?docs=full";
type UnAuthenticatedElement =
| "READ"
| "CREATE_AND_UPDATE"
| "DELETE"

§Type

§
"READ" | "CREATE_AND_UPDATE" | "DELETE" | cmnP.UnexpectedEnumValue
[src]