ClientType (string)
Less than 1 minute
ClientType (string)
Enum representing different types of Warlock clients.
enum ClientType: stringCases
BASIC
Basic client type.
case BASIC = 'basic'USER
User client type.
case USER = 'user'ADMIN
Admin client type.
case ADMIN = 'admin'AGENT
Agent client type.
case AGENT = 'agent'PEER
Peer client type.
case PEER = 'peer'Generated by Hazaar API Doc Generator on Tue, 21 Apr 2026 04:00:25 +0000