Skip to content

Commit 8493c36

Browse files
authoredFeb 3, 2022
[ts] Add id to IOrderShippingLine interface (#525)
1 parent cfb25d8 commit 8493c36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -2178,6 +2178,7 @@ declare namespace Shopify {
21782178
}
21792179

21802180
interface IOrderShippingLine {
2181+
id: number;
21812182
code: string;
21822183
discounted_price: string;
21832184
discounted_price_set: IMoneySet;

0 commit comments

Comments
 (0)
Please sign in to comment.