interface GitFolder {
    gitId: string;
    type: "git";
}

Hierarchy (view full)

Properties

Properties

gitId: string
type: "git"

Generated using TypeDoc