GoogleChecksRepoScanV1alphaCodeAttribution
import type { GoogleChecksRepoScanV1alphaCodeAttribution } from "https://googleapis.deno.dev/v1/checks:v1alpha.ts";
Source code attribution.
interface GoogleChecksRepoScanV1alphaCodeAttribution {
codeExcerpt?: string;
lineNumber?: number;
path?: string;
startLineNumber?: number;
}