Variable: emailAttachmentSchema
constemailAttachmentSchema:ZodObject<{content:ZodOptional<ZodString>;contentType:ZodOptional<ZodString>;encoding:ZodOptional<ZodString>;filename:ZodString; },$strict>
Schema for a single file attached to an outbound email.