Skip to content

Variable: emailResultSchema

const emailResultSchema: ZodObject<{ from: ZodString; messageId: ZodOptional<ZodString>; recipient: ZodString; sent: ZodBoolean; }, $strip>

Schema for the dispatch result returned to the model after a send.