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

GetRepositorySyncStatusInput

import type { GetRepositorySyncStatusInput } from "https://aws-api.deno.dev/v0.4/services/proton.ts?docs=full";
interface GetRepositorySyncStatusInput {
branch: string;
repositoryName: string;
repositoryProvider: RepositoryProvider;
syncType: SyncType;
}

§Properties

§
branch: string
[src]

The repository branch.

§
repositoryName: string
[src]

The repository name.

§
repositoryProvider: RepositoryProvider
[src]

The repository provider.

§
syncType: SyncType
[src]

The repository sync type.