ChannelSummary
import type { ChannelSummary } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/chime.ts";interface ChannelSummary {
ChannelArn?: string | null;
LastMessageTimestamp?: Date | number | null;
Metadata?: string | null;
Mode?: ChannelMode | null;
Name?: string | null;
Privacy?: ChannelPrivacy | null;
}