ContactFlow
import type { ContactFlow } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/connect.ts";interface ContactFlow {
Arn?: string | null;
Content?: string | null;
Description?: string | null;
Id?: string | null;
Name?: string | null;
Tags?: {} | null;
[key: string]: string | null | undefined;
Type?: ContactFlowType | null;
}