Position
import type { Position } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";
A position in the uploaded text version of a module.
interface Position {
columnNumber?: number;
lineNumber?: number;
}import type { Position } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";
A position in the uploaded text version of a module.