Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/kd_clients/core/Models/GraphQlModels/LocationModel.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.14/core/Models/GraphQlModels/LocationModel.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.