Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{Attachment} from
"@sendgrid/helpers/classes"
2
3
declare
interface
ParseConfig {
4
keys: string[];
5
}
6
7
declare
interface
ParseRequest {
8
body?: {};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected