diff --git a/SyncKit/Classes/QSSynchronizer/PrimaryKey.swift b/SyncKit/Classes/QSSynchronizer/PrimaryKey.swift index 76c3790c..3c4e3424 100644 --- a/SyncKit/Classes/QSSynchronizer/PrimaryKey.swift +++ b/SyncKit/Classes/QSSynchronizer/PrimaryKey.swift @@ -10,6 +10,7 @@ import Foundation /** * The name of the property that acts as primary key for objects of this class. Primary key values are expected to remain the same * for the lifetime of the object, and they are expected to be unique. + * Valid types are String, Int and UUID for Core Data, and String, Int and ObjectId for Realm. */ @objc public protocol PrimaryKey: AnyObject {