Resend Email Attachment struct.
@type t() :: %Resend.Emails.Attachment{ content: String.t() | nil, content_id: String.t() | nil, content_type: String.t() | nil, filename: String.t() | nil, path: String.t() }