Release Candidate Version 1.6

This commit is contained in:
Vicnet
2023-12-15 13:43:56 +01:00
parent 222685e05d
commit bb68b29bdf
16 changed files with 1020 additions and 275 deletions

View File

@@ -173,6 +173,10 @@ struct RecipeKeyword: Codable {
let recipe_count: Int
}
struct RecipeImportRequest: Codable {
let url: String
}