UNPKG

tanam

Version:

Pluggable CMS for Firebase

4 lines (3 loc) 287 B
import * as functions from 'firebase-functions'; export declare const cleanUpDocumentsOfType: functions.CloudFunction<FirebaseFirestore.DocumentSnapshot>; export declare const updateDocumentsStandaloneValue: functions.CloudFunction<functions.Change<FirebaseFirestore.DocumentSnapshot>>;