firebase-functions-test
Version:
A testing companion to firebase-functions.
4 lines (3 loc) • 297 B
TypeScript
import { MockCloudEventAbstractFactory } from '../../types';
import { BillingEvent, PlanAutomatedUpdatePayload } from 'firebase-functions/v2/alerts/billing';
export declare const alertsBillingOnPlanAutomatedUpdatePublished: MockCloudEventAbstractFactory<BillingEvent<PlanAutomatedUpdatePayload>>;