Interface IGithubSource

interface IGithubSource {
    autoDeploy: boolean;
    owner: string;
    path: string;
    ref: string;
    repo: string;
    type: "github";
}

Hierarchy

Properties

autoDeploy: boolean
owner: string
path: string
ref: string
repo: string
type: "github"

Generated using TypeDoc