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

Interface ParseConfig

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

Source from the content-addressed store, hash-verified

1import {Attachment} from "@sendgrid/helpers/classes"
2
3declare interface ParseConfig {
4 keys: string[];
5}
6
7declare interface ParseRequest {
8 body?: {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected