export interface Keywords {
    newConversation: string[];
    stopConversation: string[];
    help: string[];
    sourceCode: string[];
}
