export interface IKeywordScannerResult {
    message: string;
    sentTimestamp: number;
    sentBy: string;
    tag: string;
}
