4 lines
214 B
TypeScript
4 lines
214 B
TypeScript
import type { Request } from 'express';
|
|
export declare function getRawBodyString(req: Request): string;
|
|
export declare function parseRawJsonBody<T = unknown>(req: Request): T;
|
|
//# sourceMappingURL=webhooks.d.ts.map
|