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

ResetWorkspaceChangesRequest

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

ResetWorkspaceChanges request message.

interface ResetWorkspaceChangesRequest {
clean?: boolean;
paths?: string[];
}

§Properties

§
clean?: boolean
[src]

Optional. If set to true, untracked files will be deleted.

§
paths?: string[]
[src]

Optional. Full file paths to reset back to their committed state including filename, rooted at workspace root. If left empty, all files will be reset.