Adding Ingredient Interface

stubModel
Corentin RICHARD 11 months ago
parent ca376b880d
commit bfc18d98da

@ -0,0 +1,4 @@
export interface Ingredient {
id:number
Name: string
}
Loading…
Cancel
Save