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