link
This commit is contained in:
12
node_modules/firebase-functions/lib/v2/providers/alerts/index.d.ts
generated
vendored
Normal file
12
node_modules/firebase-functions/lib/v2/providers/alerts/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* Cloud functions to handle events from Firebase Alerts.
|
||||
* Subpackages give stronger typing to specific services which
|
||||
* notify users via Firebase Alerts.
|
||||
* @packageDocumentation
|
||||
*/
|
||||
import * as appDistribution from "./appDistribution";
|
||||
import * as billing from "./billing";
|
||||
import * as crashlytics from "./crashlytics";
|
||||
import * as performance from "./performance";
|
||||
export { appDistribution, billing, crashlytics, performance };
|
||||
export * from "./alerts";
|
||||
Reference in New Issue
Block a user