interface localFileSystem {
    cache_path: string;
    limit_in_mb: number;
    root_path: string;
}

Properties

cache_path: string
limit_in_mb: number
root_path: string

Generated using TypeDoc