Variable GoogleDriveConst
GoogleDrive: { name: string; options: { cacheTTL: { required: false; type: string }; drive: { required: true; type: string }; }; create(options: GoogleDriveOptions): GoogleDriveFS; isAvailable(): boolean;} = ... Type declaration
name: string
options: {
cacheTTL: { required: false; type: string };
drive: { required: true; type: string };
}
create:function
isAvailable:function
- isAvailable(): boolean
Returns boolean