Stratal API Reference
    Preparing search index...

    Variable storageEmailAttachmentSchemaConst

    storageEmailAttachmentSchema: ZodObject<
        {
            disk: ZodOptional<ZodString>;
            filename: ZodString;
            storageKey: ZodString;
        },
        $strip,
    > = ...

    Storage Email Attachment Schema

    Attachment stored in cloud storage. Content type and size are derived from storage metadata. Use for large files to avoid queue message size limits.