refactor: clean up client side code for creating schedule (#6805)
This commit is contained in:
@@ -135,7 +135,7 @@ export type CreateRecipeResponse = {
|
||||
export type CreateScheduleRequest = {
|
||||
cron: string;
|
||||
id: string;
|
||||
recipe_source: string;
|
||||
recipe: Recipe;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user