MCPcopy
hub / github.com/lukevella/rallly / MailpitAttachment

Interface MailpitAttachment

packages/test-helpers/src/mailpit.ts:1–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface MailpitAttachment {
2 ContentID: string;
3 ContentType: string;
4 FileName: string;
5 PartID: string;
6 Size: number;
7}
8
9export interface MailpitEmailAddress {
10 Address: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected