_Dropbox: { name: string; options: { cacheTTL: { required: false; type: "number" }; client: { required: true; type: "object" }; }; create(options: DropboxOptions & Partial<SharedConfig>): DropboxFS; isAvailable(): boolean;} = ... Type declaration
name: string
options: {
cacheTTL: { required: false; type: "number" };
client: { required: true; type: "object" };
}
create:function
isAvailable:function
- isAvailable(): boolean
Returns boolean