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

RepositorySyncDefinition

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

A repository sync definition.

interface RepositorySyncDefinition {
branch: string;
directory: string;
parent: string;
target: string;
}

§Properties

§
branch: string
[src]

The repository branch.

§
directory: string
[src]

The directory in the repository.

§
parent: string
[src]

The resource that is synced from.

§
target: string
[src]

The resource that is synced to.