namespace Wino.Core.Domain.Enums; /// /// Enumeration for the source of synchronization. /// Right now it can either be from the client or the server. /// public enum SynchronizationSource { Client, Server }