mailtrap
Version:
Official mailtrap.io API client
15 lines (14 loc) • 341 B
TypeScript
export type Attachment = {
id: number;
message_id: number;
filename: string;
attachment_type: string;
content_type: string;
content_id: string;
transfer_encoding: string;
attachment_size: number;
created_at: string;
updated_at: string;
attachment_human_size: string;
download_path: string;
};