@webitel/api-services
Preparing search index...
_models/wfmAgentScheduleShift.zod
WfmAgentScheduleShift
Interface WfmAgentScheduleShift
interface
WfmAgentScheduleShift
{
createdAt
?:
string
;
createdBy
?:
WfmLookupEntity
;
domainId
?:
string
;
end
?:
string
;
id
?:
string
;
pauses
?:
WfmAgentScheduleShiftPause
[]
;
skills
?:
WfmAgentScheduleShiftSkill
[]
;
start
?:
string
;
updatedAt
?:
string
;
updatedBy
?:
WfmLookupEntity
;
}
Index
Properties
created
At?
created
By?
domain
Id?
end?
id?
pauses?
skills?
start?
updated
At?
updated
By?
Properties
Optional
created
At
createdAt
?:
string
Optional
created
By
createdBy
?:
WfmLookupEntity
Optional
domain
Id
domainId
?:
string
Optional
end
end
?:
string
Optional
id
id
?:
string
Optional
pauses
pauses
?:
WfmAgentScheduleShiftPause
[]
Optional
skills
skills
?:
WfmAgentScheduleShiftSkill
[]
Optional
start
start
?:
string
Optional
updated
At
updatedAt
?:
string
Optional
updated
By
updatedBy
?:
WfmLookupEntity
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created
At
created
By
domain
Id
end
id
pauses
skills
start
updated
At
updated
By
@webitel/api-services
Loading...