export interface AttachmentPreviewText { remove: string; } export interface ChatBoxText { heading?: string; placeholder: string; removeAttachment: string; } export interface ChatInputText { placeholder: string; } export interface SessionMessagesText { noMessages: string; }