interface UserAgentVariant {
    agent?: DeviceType;
    conditionType: UserAgent;
    priority: number;
}

Hierarchy (view full)

Properties

agent?: DeviceType
conditionType: UserAgent
priority: number