@webitel/api-services
Preparing search index...
_models/engineSkill.zod
EngineSkill
Interface EngineSkill
interface
EngineSkill
{
activeAgents
?:
number
;
createdAt
?:
string
;
createdBy
?:
EngineLookup
;
description
?:
string
;
domainId
?:
string
;
id
?:
string
;
name
?:
string
;
totalAgents
?:
number
;
updatedAt
?:
string
;
updatedBy
?:
EngineLookup
;
}
Index
Properties
active
Agents?
created
At?
created
By?
description?
domain
Id?
id?
name?
total
Agents?
updated
At?
updated
By?
Properties
Optional
active
Agents
activeAgents
?:
number
Optional
created
At
createdAt
?:
string
Optional
created
By
createdBy
?:
EngineLookup
Optional
description
description
?:
string
Optional
domain
Id
domainId
?:
string
Optional
id
id
?:
string
Optional
name
name
?:
string
Optional
total
Agents
totalAgents
?:
number
Optional
updated
At
updatedAt
?:
string
Optional
updated
By
updatedBy
?:
EngineLookup
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
Agents
created
At
created
By
description
domain
Id
id
name
total
Agents
updated
At
updated
By
@webitel/api-services
Loading...