mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-18 20:15:20 +02:00
render html emails
This commit is contained in:
parent
0c9707a5ee
commit
64976a9f5f
4 changed files with 186 additions and 31 deletions
|
|
@ -110,6 +110,7 @@ export const GmailThreadMessageSchema = z.object({
|
|||
date: z.string().optional(),
|
||||
subject: z.string().optional(),
|
||||
body: z.string().optional(),
|
||||
bodyHtml: z.string().optional(),
|
||||
});
|
||||
|
||||
export type GmailThreadMessage = z.infer<typeof GmailThreadMessageSchema>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue