Variable GoogleDriveConst

GoogleDrive: {
    name: string;
    options: {
        cacheTTL: { required: false; type: string };
        drive: { required: true; type: string };
    };
    create(options: GoogleDriveOptions): GoogleDriveFS;
    isAvailable(): boolean;
} = ...

Type declaration