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, 14 insertions, 0 deletions
diff --git a/src/model/pantryItem.ts b/src/model/pantryItem.ts
new file mode 100644
index 0000000..c3a6347
--- /dev/null
+++ b/src/model/pantryItem.ts
@@ -0,0 +1,14 @@
+/**
+ * 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;
+}