Defines the structure of file lines within the _Types namespace. FileLines

interface FileLines {
    exports: Statements;
    imports: Statements;
}

Properties

Properties

exports: Statements
imports: Statements

Generated using TypeDoc