mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-03 08:10:28 +00:00
generate new data types
This commit is contained in:
parent
198dba60fa
commit
55724f4c17
1 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ export interface ItemOut {
|
|||
lifetimeWarranty: boolean;
|
||||
|
||||
/** Edges */
|
||||
location: LocationSummary;
|
||||
location: LocationSummary | null;
|
||||
manufacturer: string;
|
||||
modelNumber: string;
|
||||
name: string;
|
||||
|
@ -114,7 +114,7 @@ export interface ItemSummary {
|
|||
labels: LabelSummary[];
|
||||
|
||||
/** Edges */
|
||||
location: LocationSummary;
|
||||
location: LocationSummary | null;
|
||||
name: string;
|
||||
quantity: number;
|
||||
updatedAt: Date;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue