aboutsummaryrefslogtreecommitdiff
path: root/src/model/pantryItem.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/model/pantryItem.ts')
-rw-r--r--src/model/pantryItem.ts14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/model/pantryItem.ts b/src/model/pantryItem.ts
deleted file mode 100644
index c3a6347..0000000
--- a/src/model/pantryItem.ts
+++ /dev/null
@@ -1,14 +0,0 @@
-/**
- * Generated by orval v6.9.6 🍺
- * Do not edit manually.
- * pantry API
- * OpenAPI spec version: 1.0.0-SNAPSHOT
- */
-
-export interface PantryItem {
- id?: number;
- name?: string;
- description?: string;
- quantity?: number;
- quantityUnitType?: string;
-}