blob: c3a6347fd88b0bf70457a3ea91457e3a616f0753 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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;
}
|