interface LocalFolder {
    localPath: string;
    type: "local";
}

Hierarchy (view full)

Properties

Properties

localPath: string
type: "local"

Generated using TypeDoc