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

VersionControlInfo

import type { VersionControlInfo } from "https://aws-api.deno.dev/v0.4/services/migrationhubstrategy.ts?docs=full";

Details about the version control configuration.

interface VersionControlInfo {
versionControlConfigurationTimeStamp?: string | null;
versionControlType?: VersionControlType | null;
}

§Properties

§
versionControlConfigurationTimeStamp?: string | null
[src]

The time when the version control system was last configured.

§
versionControlType?: VersionControlType | null
[src]

The type of version control.