Interface EmailAttachment

Anexo de email

interface EmailAttachment {
    content_type: string;
    filename: string;
    size: number;
}

Properties

content_type: string

Tipo de conteúdo

filename: string

Nome do arquivo

size: number

Tamanho do arquivo em bytes