Skip to content

Variable: emailAttachmentSchema

const emailAttachmentSchema: ZodObject<{ content: ZodOptional<ZodString>; contentType: ZodOptional<ZodString>; encoding: ZodOptional<ZodString>; filename: ZodString; }, $strict>

Schema for a single file attached to an outbound email.