Defines the structure of statements within the FileLines interface. Statements

interface Statements {
    constants: string[];
    files: string[];
    folders: string[];
    types: string[];
}

Properties

constants: string[]
files: string[]
folders: string[]
types: string[]

Generated using TypeDoc