Result of parsing imports from a file

interface FileImports {
    errors: string[];
    filePath: string;
    imports: ImportInfo[];
}

Properties

errors: string[]
filePath: string
imports: ImportInfo[]