Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SourceLocation

import type { SourceLocation } from "https://googleapis.deno.dev/v1/firebasedataconnect:v1beta.ts";

SourceLocation references a location in a GraphQL source.

interface SourceLocation {
column?: number;
line?: number;
}

§Properties

§
column?: number
[src]

Column number starting at 1.

§
line?: number
[src]

Line number starting at 1.