mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-30 17:53:31 -04:00 
			
		
		
		
	fix failing build
This commit is contained in:
		| @@ -1,4 +1,5 @@ | ||||
| import { BaseCRUDAPI } from "./_base"; | ||||
| import { Recipe } from "~/types/api-types/recipe"; | ||||
|  | ||||
| const prefix = "/api"; | ||||
|  | ||||
| @@ -6,6 +7,7 @@ export interface Category { | ||||
|   name: string; | ||||
|   id: number; | ||||
|   slug: string; | ||||
|   recipes?: Recipe[]; | ||||
| } | ||||
|  | ||||
| export interface CreateCategory { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user