SyncConflict: {
    attempts: number;
    localModel: PersistentModel;
    modelConstructor: PersistentModelConstructor<any>;
    operation: OpType;
    remoteModel: PersistentModel;
}

Type declaration