User
import type { User } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/connect.ts";interface User {
Arn?: string | null;
DirectoryUserId?: string | null;
HierarchyGroupId?: string | null;
Id?: string | null;
IdentityInfo?: UserIdentityInfo | null;
PhoneConfig?: UserPhoneConfig | null;
RoutingProfileId?: string | null;
SecurityProfileIds?: string[] | null;
Tags?: {} | null;
[key: string]: string | null | undefined;
Username?: string | null;
}