Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/kd_clients/core/Models/GraphQlModels/mod.ts>LocationModel

Various HTTP clients for miscellaneous use.
Latest
interface LocationModel
import { type LocationModel } from "https://deno.land/x/kd_clients@v1.0.0-preview.13/core/Models/GraphQlModels/mod.ts";

Represents a location in a file in an error object.

Properties

line: number

The line number of the error.

column: number

The column number of the error.