namespace TINK.Model.Bikes.Bike.CopriLock { public interface ILockInfo { /// Locking state of backend lock. LockingState State { get; } } }