Skip to content

Commit 0ca95af

Browse files
authored
[ts] Correct ICarrierItem type definition (MONEI#481)
1 parent 254cf24 commit 0ca95af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3189,7 +3189,9 @@ declare namespace Shopify {
31893189
requires_shipping: boolean;
31903190
taxable: boolean;
31913191
fulfillment_service?: string;
3192-
properties?: ILineItemProperty;
3192+
properties?: {
3193+
[key: string]: string;
3194+
};
31933195
product_id: number;
31943196
variant_id: number;
31953197
}

0 commit comments

Comments
 (0)