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

ShareStatus

import type { ShareStatus } from "https://aws-api.deno.dev/v0.4/services/route53resolver.ts?docs=full";
type ShareStatus =
| "NOT_SHARED"
| "SHARED_WITH_ME"
| "SHARED_BY_ME"

§Type

§
"NOT_SHARED" | "SHARED_WITH_ME" | "SHARED_BY_ME" | cmnP.UnexpectedEnumValue
[src]