export default interface ChatTranscriptBody {
    emailAddress: string;
    attachmentMessage: string;
    locale?: string;
}
