Stratal API Reference
    Preparing search index...

    Variable inlineEmailAttachmentSchemaConst

    inlineEmailAttachmentSchema: ZodObject<
        {
            content: ZodString;
            contentType: ZodString;
            filename: ZodString;
            size: ZodOptional<ZodNumber>;
        },
        $strip,
    > = ...

    Inline Email Attachment Schema

    Attachment with content embedded as base64 string. Use for small files that can fit in queue message.