Skip to content

Commit 9dc60dc

Browse files
authored
[ts] Fix collection_id type (MONEI#460)
1 parent 3a4979e commit 9dc60dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,7 @@ declare namespace Shopify {
11711171
}
11721172

11731173
interface ICollectionListing {
1174-
collection_id: string;
1174+
collection_id: number;
11751175
body_html: string;
11761176
default_product_image: ICollectionListingImage;
11771177
image: IImage;

0 commit comments

Comments
 (0)