generate new data types

This commit is contained in:
Hayden 2022-10-23 19:47:15 -08:00
parent 198dba60fa
commit 55724f4c17

View file

@ -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;