mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-05 09:10:26 +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;
|
lifetimeWarranty: boolean;
|
||||||
|
|
||||||
/** Edges */
|
/** Edges */
|
||||||
location: LocationSummary;
|
location: LocationSummary | null;
|
||||||
manufacturer: string;
|
manufacturer: string;
|
||||||
modelNumber: string;
|
modelNumber: string;
|
||||||
name: string;
|
name: string;
|
||||||
|
@ -114,7 +114,7 @@ export interface ItemSummary {
|
||||||
labels: LabelSummary[];
|
labels: LabelSummary[];
|
||||||
|
|
||||||
/** Edges */
|
/** Edges */
|
||||||
location: LocationSummary;
|
location: LocationSummary | null;
|
||||||
name: string;
|
name: string;
|
||||||
quantity: number;
|
quantity: number;
|
||||||
updatedAt: Date;
|
updatedAt: Date;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue