aded codable for ItemCollectionId

This commit is contained in:
Mike Renoir 2022-09-02 20:46:42 +04:00
parent fe3715bd90
commit 6d50c8ac48

View File

@ -1,6 +1,6 @@
import Foundation
public struct ItemCollectionId: Comparable, Hashable {
public struct ItemCollectionId: Comparable, Hashable, Codable {
public typealias Namespace = Int32
public typealias Id = Int64