Interface IGitSource

interface IGitSource {
    autoDeploy: boolean;
    path: string;
    ref: string;
    repo: string;
    type: "git";
}

Hierarchy

Properties

autoDeploy: boolean
path: string
ref: string
repo: string
type: "git"

Generated using TypeDoc