interface ILocation {
    char: number;
    filename: string;
    line: number;
}

Properties

Properties

char: number
filename: string
line: number