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

Interface AttachmentData

packages/helpers/classes/attachment.d.ts:1–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface AttachmentData {
2 content: string;
3 filename: string;
4 type?: string;
5 disposition?: string;
6 contentId?: string;
7}
8
9export interface AttachmentJSON {
10 content: string;

Callers

nothing calls this directly

Implementers 1

Attachmentpackages/helpers/classes/attachment.d.

Calls

no outgoing calls

Tested by

no test coverage detected