We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3afb2d7 commit 33e315eCopy full SHA for 33e315e
Sources/Ingestion/Models/RecordType.swift
@@ -10,6 +10,7 @@ import Foundation
10
public enum RecordType: String, Codable, CaseIterable {
11
case product
12
case variant
13
+ case collection
14
}
15
16
extension RecordType: Hashable {}
0 commit comments