Add schedule api (#60)

This commit is contained in:
KM Koushik
2024-08-21 17:19:11 +10:00
committed by GitHub
parent 1e66222425
commit 9b54fc1793
21 changed files with 920 additions and 86 deletions

View File

@@ -28,6 +28,7 @@ const route = createRoute({
})
)
.optional(),
scheduledAt: z.string().datetime().optional(),
}),
},
},