UNPKG

@a11ywatch/core

Version:
4 lines (3 loc) 190 B
import type { FastifyInstance } from "fastify"; export declare const stripeHook: (req: any, res: any) => Promise<void>; export declare const setStripeRoutes: (app: FastifyInstance) => void;