Position
import type { Position } from "https://googleapis.deno.dev/v1/securesourcemanager:v1.ts";
The position of the code comment.
interface Position {
line?: bigint;
path?: string;
}import type { Position } from "https://googleapis.deno.dev/v1/securesourcemanager:v1.ts";
The position of the code comment.