FetchGitAheadBehindResponse
import type { FetchGitAheadBehindResponse } from "https://googleapis.deno.dev/v1/dataform:v1.ts";FetchGitAheadBehind response message.
interface FetchGitAheadBehindResponse {
commitsAhead?: number;
commitsBehind?: number;
}