Type Alias TwingErrorLocation

TwingErrorLocation: {
    column: number;
    line: number;
}