export interface DynamicNotifiction {
    botId: string;
    twitterId: string;
    twitterName: string;
    twitterRestId: string;
    lastUpdated?: number;
}
