grocery list route

This commit is contained in:
Mikayla Dobson
2022-11-19 13:56:35 -06:00
parent 2583163fbb
commit 45f3584af0
5 changed files with 133 additions and 8 deletions

View File

@@ -33,7 +33,7 @@ export interface ICollection {
export interface IGroceryList {
id: number
listname: string
name: string
recipes?: IRecipe["id"][]
active: boolean
ownerid: IUser["id"]