firebase-functions-test
Version:
A testing companion to firebase-functions.
4 lines (3 loc) • 301 B
TypeScript
import { MockCloudEventAbstractFactory } from '../../types';
import { CrashlyticsEvent, RegressionAlertPayload } from 'firebase-functions/v2/alerts/crashlytics';
export declare const alertsCrashlyticsOnRegressionAlertPublished: MockCloudEventAbstractFactory<CrashlyticsEvent<RegressionAlertPayload>>;