UNPKG

firebase-functions-test

Version:
4 lines (3 loc) 270 B
import { MockCloudEventAbstractFactory } from '../../types'; import { BillingEvent, PlanUpdatePayload } from 'firebase-functions/v2/alerts/billing'; export declare const alertsBillingOnPlanUpdatePublished: MockCloudEventAbstractFactory<BillingEvent<PlanUpdatePayload>>;