UNPKG

@intuitionrobotics/file-upload

Version:

File Uploader - Express & Typescript based backend framework

11 lines (10 loc) 405 B
import { Firebase_StorageFunction } from "@intuitionrobotics/firebase/backend-functions"; export interface OnFileUploaded { __onFileUploaded(filePath?: string): void; } export declare class BucketListener_Class extends Firebase_StorageFunction { constructor(); init(): void; onFinalize(object: any, context: any): Promise<any>; } export declare const BucketListener: BucketListener_Class;