Interface jupyterGlobusMapConfig

interface jupyterGlobusMapConfig {
    comment: string;
    container_home_path: string;
    endpoint: string;
    root_path: string;
    user_mapping?: string;
}

Properties

comment: string
container_home_path: string
endpoint: string
root_path: string
user_mapping?: string

Generated using TypeDoc