Bot
import type { Bot } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/chime.ts";interface Bot {
BotEmail?: string | null;
BotId?: string | null;
BotType?: BotType | null;
CreatedTimestamp?: Date | number | null;
Disabled?: boolean | null;
DisplayName?: string | null;
SecurityToken?: string | null;
UpdatedTimestamp?: Date | number | null;
UserId?: string | null;
}