refactor: clean up client side code for creating schedule (#6805)

This commit is contained in:
Lifei Zhou
2026-02-02 19:52:09 +11:00
committed by GitHub
parent 8c7bb43f90
commit dd15fd0dd8
7 changed files with 157 additions and 296 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ export type CreateRecipeResponse = {
export type CreateScheduleRequest = {
cron: string;
id: string;
recipe_source: string;
recipe: Recipe;
};
/**