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

CreateTemplateSyncConfigInput

import type { CreateTemplateSyncConfigInput } from "https://aws-api.deno.dev/v0.4/services/proton.ts?docs=full";
interface CreateTemplateSyncConfigInput {
branch: string;
repositoryName: string;
repositoryProvider: RepositoryProvider;
subdirectory?: string | null;
templateName: string;
templateType: TemplateType;
}

§Properties

§
branch: string
[src]

The repository branch for your template.

§
repositoryName: string
[src]

The repository name (for example, myrepos/myrepo).

§
repositoryProvider: RepositoryProvider
[src]

The provider type for your repository.

§
subdirectory?: string | null
[src]

A repository subdirectory path to your template bundle directory. When included, Proton limits the template bundle search to this repository directory.

§
templateName: string
[src]

The name of your registered template.

§
templateType: TemplateType
[src]

The type of the registered template.