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

GoogleCloudApihubV1Point

import type { GoogleCloudApihubV1Point } from "https://googleapis.deno.dev/v1/apihub:v1.ts";

Point within the file (line and character).

interface GoogleCloudApihubV1Point {
character?: number;
line?: number;
}

§Properties

§
character?: number
[src]

Required. Character position within the line (zero-indexed).

§
line?: number
[src]

Required. Line number (zero-indexed).