@webitel/api-services
Preparing search index...
_models/engineQueueSkillServicePatchQueueSkillBody.zod
EngineQueueSkillServicePatchQueueSkillBody
Interface EngineQueueSkillServicePatchQueueSkillBody
interface
EngineQueueSkillServicePatchQueueSkillBody
{
buckets
?:
EngineLookup
[]
;
enabled
?:
boolean
;
fields
?:
string
[]
;
lvl
?:
number
;
maxCapacity
?:
number
;
minCapacity
?:
number
;
skill
?:
EngineLookup
;
}
Index
Properties
buckets?
enabled?
fields?
lvl?
max
Capacity?
min
Capacity?
skill?
Properties
Optional
buckets
buckets
?:
EngineLookup
[]
Optional
enabled
enabled
?:
boolean
Optional
fields
fields
?:
string
[]
Optional
lvl
lvl
?:
number
Optional
max
Capacity
maxCapacity
?:
number
Optional
min
Capacity
minCapacity
?:
number
Optional
skill
skill
?:
EngineLookup
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
buckets
enabled
fields
lvl
max
Capacity
min
Capacity
skill
@webitel/api-services
Loading...