We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3baed4 commit f723129Copy full SHA for f723129
packages/ingestion/model/recordType.ts
@@ -3,4 +3,4 @@
3
/**
4
* Record type for ecommerce sources.
5
*/
6
-export type RecordType = 'product' | 'variant';
+export type RecordType = 'product' | 'variant' | 'collection';
0 commit comments