export interface MapaOrigensInterface { version: number; file: string; sourceRoot?: string; sources: string[]; sourcesContent: string[]; names?: string[]; mappings: string; }