UNPKG

@intuitionrobotics/push-pub-sub

Version:
7 lines (6 loc) 297 B
import { FirebaseScheduledFunction } from "@intuitionrobotics/firebase/backend-functions"; export declare class ScheduledCleanup_Class extends FirebaseScheduledFunction { constructor(); onScheduledEvent: () => Promise<any>; } export declare const ScheduledCleanup: ScheduledCleanup_Class;