Skip to content

Commit

Permalink
fix: add new type
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoferreiradev authored and vitoUwu committed Jan 9, 2025
1 parent f8eb849 commit 35bb8f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vtex/utils/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1446,6 +1446,7 @@ export interface OrderItem {
invoicedDate: string | null;
isCheckedIn: boolean;
isCompleted: boolean;
storePreferencesData: StorePreferencesData;
sellers?: {
id: string;
name: string;
Expand Down

0 comments on commit 35bb8f4

Please sign in to comment.