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;
}import type { GoogleCloudApihubV1Point } from "https://googleapis.deno.dev/v1/apihub:v1.ts";
Point within the file (line and character).