feat: ability to manage sub recipes in desktop ui (#6360)
Signed-off-by: Abhijay007 <Abhijay007j@gmail.com> Signed-off-by: Abhijay Jain <Abhijay007j@gmail.com>
This commit is contained in:
@@ -1173,6 +1173,8 @@ export type SaveRecipeRequest = {
|
||||
};
|
||||
|
||||
export type SaveRecipeResponse = {
|
||||
file_name: string;
|
||||
file_path: string;
|
||||
id: string;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user