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

User

import type { User } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/appstream.ts";
interface User {
Arn?: string | null;
AuthenticationType: AuthenticationType;
CreatedTime?: Date | number | null;
Enabled?: boolean | null;
FirstName?: string | null;
LastName?: string | null;
Status?: string | null;
UserName?: string | null;
}

§Properties

§
Arn?: string | null
[src]
§
AuthenticationType: AuthenticationType
[src]
§
CreatedTime?: Date | number | null
[src]
§
Enabled?: boolean | null
[src]
§
FirstName?: string | null
[src]
§
LastName?: string | null
[src]
§
Status?: string | null
[src]
§
UserName?: string | null
[src]