export interface ICQCode { type: string; data: { [x: string]: any; }; }