interface BaseFolder {
    type: "globus" | "git" | "local" | "empty";
}

Hierarchy (view full)

Properties

Properties

type: "globus" | "git" | "local" | "empty"

Generated using TypeDoc