interface GlobusFolder {
    endpoint: string;
    path: string;
    type: "globus";
}

Hierarchy (view full)

Properties

Properties

endpoint: string
path: string
type: "globus"

Generated using TypeDoc