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

AppVisibility

import type { AppVisibility } from "https://aws-api.deno.dev/v0.4/services/appstream.ts?docs=full";
type AppVisibility = "ALL" | "ASSOCIATED" | cmnP.UnexpectedEnumValue;

§Type

§
"ALL" | "ASSOCIATED" | cmnP.UnexpectedEnumValue
[src]