mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-03 20:32:39 +02:00
cal block initial commit
This commit is contained in:
parent
484231b224
commit
51bd9d5ec6
9 changed files with 932 additions and 41 deletions
|
|
@ -502,6 +502,7 @@ const ipcSchemas = {
|
|||
req: z.object({
|
||||
transcript: z.string(),
|
||||
meetingStartTime: z.string().optional(),
|
||||
calendarEventJson: z.string().optional(),
|
||||
}),
|
||||
res: z.object({
|
||||
notes: z.string(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue