@webitel/api-services
Preparing search index...
_models/wfmAbsence.zod
WfmAbsence
Interface WfmAbsence
interface
WfmAbsence
{
absentAt
?:
string
;
createdAt
?:
string
;
createdBy
?:
WfmLookupEntity
;
domainId
?:
string
;
id
?:
string
;
typeId
?:
WfmAbsenceType
;
updatedAt
?:
string
;
updatedBy
?:
WfmLookupEntity
;
}
Index
Properties
absent
At?
created
At?
created
By?
domain
Id?
id?
type
Id?
updated
At?
updated
By?
Properties
Optional
absent
At
absentAt
?:
string
Optional
created
At
createdAt
?:
string
Optional
created
By
createdBy
?:
WfmLookupEntity
Optional
domain
Id
domainId
?:
string
Optional
id
id
?:
string
Optional
type
Id
typeId
?:
WfmAbsenceType
Optional
updated
At
updatedAt
?:
string
Optional
updated
By
updatedBy
?:
WfmLookupEntity
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
absent
At
created
At
created
By
domain
Id
id
type
Id
updated
At
updated
By
@webitel/api-services
Loading...