GoogleChecksRepoScanV1alphaSourceCode
import type { GoogleChecksRepoScanV1alphaSourceCode } from "https://googleapis.deno.dev/v1/checks:v1alpha.ts";
Contains source code from a repo.
interface GoogleChecksRepoScanV1alphaSourceCode {
code?: string;
endLine?: number;
path?: string;
startLine?: number;
}