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

FetchFileDiffResponse

import type { FetchFileDiffResponse } from "https://googleapis.deno.dev/v1/dataform:v1beta1.ts";

FetchFileDiff response message.

interface FetchFileDiffResponse {
formattedDiff?: string;
}

§Properties

§
formattedDiff?: string
[src]

The raw formatted Git diff for the file.