DescribeGroupResponse
import type { DescribeGroupResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/workmail.ts";interface DescribeGroupResponse {
DisabledDate?: Date | number | null;
Email?: string | null;
EnabledDate?: Date | number | null;
GroupId?: string | null;
Name?: string | null;
State?: EntityState | null;
}