export interface ScanSource { authorId: string; sourceName: string; data: any; }