@webitel/api-services
Preparing search index...
_models/wfmAgentScheduleShiftPause.zod
WfmAgentScheduleShiftPause
Interface WfmAgentScheduleShiftPause
interface
WfmAgentScheduleShiftPause
{
cause
?:
WfmLookupEntity
;
createdAt
?:
string
;
createdBy
?:
WfmLookupEntity
;
domainId
?:
string
;
end
?:
string
;
id
?:
string
;
start
?:
string
;
updatedAt
?:
string
;
updatedBy
?:
WfmLookupEntity
;
}
Index
Properties
cause?
created
At?
created
By?
domain
Id?
end?
id?
start?
updated
At?
updated
By?
Properties
Optional
cause
cause
?:
WfmLookupEntity
Optional
created
At
createdAt
?:
string
Optional
created
By
createdBy
?:
WfmLookupEntity
Optional
domain
Id
domainId
?:
string
Optional
end
end
?:
string
Optional
id
id
?:
string
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
cause
created
At
created
By
domain
Id
end
id
start
updated
At
updated
By
@webitel/api-services
Loading...