@webitel/api-services
Preparing search index...
_models/engineCalendar.zod
EngineCalendar
Interface EngineCalendar
interface
EngineCalendar
{
accepts
?:
EngineAcceptOfDay
[]
;
createdAt
?:
string
;
createdBy
?:
EngineLookup
;
description
?:
string
;
domainId
?:
string
;
endAt
?:
string
;
excepts
?:
EngineExceptDate
[]
;
id
?:
string
;
name
?:
string
;
specials
?:
EngineAcceptOfDay
[]
;
startAt
?:
string
;
timezone
?:
EngineLookup
;
updatedAt
?:
string
;
updatedBy
?:
EngineLookup
;
}
Index
Properties
accepts?
created
At?
created
By?
description?
domain
Id?
end
At?
excepts?
id?
name?
specials?
start
At?
timezone?
updated
At?
updated
By?
Properties
Optional
accepts
accepts
?:
EngineAcceptOfDay
[]
Optional
created
At
createdAt
?:
string
Optional
created
By
createdBy
?:
EngineLookup
Optional
description
description
?:
string
Optional
domain
Id
domainId
?:
string
Optional
end
At
endAt
?:
string
Optional
excepts
excepts
?:
EngineExceptDate
[]
Optional
id
id
?:
string
Optional
name
name
?:
string
Optional
specials
specials
?:
EngineAcceptOfDay
[]
Optional
start
At
startAt
?:
string
Optional
timezone
timezone
?:
EngineLookup
Optional
updated
At
updatedAt
?:
string
Optional
updated
By
updatedBy
?:
EngineLookup
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
accepts
created
At
created
By
description
domain
Id
end
At
excepts
id
name
specials
start
At
timezone
updated
At
updated
By
@webitel/api-services
Loading...