This enum defines the various replication strategies for the remote storage system. For more details on the remote storage replication system see: https://github.com/online-go/online-go.com/blob/devel/src/lib/data.ts
Locally set data will overwrite remotely set data, but if not set will default to remotely set data
No replication of this change
Remotely set data, but do not update our local value
Remotely set data will overwrite locally set data
This enum defines the various replication strategies for the remote storage system. For more details on the remote storage replication system see: https://github.com/online-go/online-go.com/blob/devel/src/lib/data.ts