MCPcopy Index your code
hub / github.com/sendgrid/sendgrid-nodejs / ParseRequest

Interface ParseRequest

packages/inbound-mail-parser/src/parser.d.ts:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5}
6
7declare interface ParseRequest {
8 body?: {};
9 payload?: {};
10 files?: any[];
11}
12
13declare class Parse {
14 constructor(config: ParseConfig, request: ParseRequest);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected