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

ConversionWorkspaceInfo

import type { ConversionWorkspaceInfo } from "https://googleapis.deno.dev/v1/datamigration:v1.ts";

A conversion workspace's version.

interface ConversionWorkspaceInfo {
commitId?: string;
name?: string;
}

§Properties

§
commitId?: string
[src]

The commit ID of the conversion workspace.

§
name?: string
[src]

The resource name (URI) of the conversion workspace.