Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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;
}

§Properties

§
code?: string
[src]

Required. Source code.

§
endLine?: number
[src]

Required. End line number (1-based).

§
path?: string
[src]

Required. Path of the file.

§
startLine?: number
[src]

Required. Start line number (1-based).