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

FetchFileGitStatusesResponse

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

FetchFileGitStatuses response message.

interface FetchFileGitStatusesResponse {
uncommittedFileChanges?: UncommittedFileChange[];
}

§Properties

§
uncommittedFileChanges?: UncommittedFileChange[]
[src]

A list of all files which have uncommitted Git changes. There will only be a single entry for any given file.