export default interface IChatTranscriptBody {
    emailAddress: string;
    attachmentMessage: string;
    locale: string;
}
