@webitel/api-services
Preparing search index...
_models/engineCallAnnotation.zod
EngineCallAnnotation
Interface EngineCallAnnotation
interface
EngineCallAnnotation
{
callId
?:
string
;
createdAt
?:
string
;
createdBy
?:
EngineLookup
;
endSec
?:
number
;
fileId
?:
string
;
id
?:
string
;
note
?:
string
;
startSec
?:
number
;
updatedAt
?:
string
;
updatedBy
?:
EngineLookup
;
}
Index
Properties
call
Id?
created
At?
created
By?
end
Sec?
file
Id?
id?
note?
start
Sec?
updated
At?
updated
By?
Properties
Optional
call
Id
callId
?:
string
Optional
created
At
createdAt
?:
string
Optional
created
By
createdBy
?:
EngineLookup
Optional
end
Sec
endSec
?:
number
Optional
file
Id
fileId
?:
string
Optional
id
id
?:
string
Optional
note
note
?:
string
Optional
start
Sec
startSec
?:
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
call
Id
created
At
created
By
end
Sec
file
Id
id
note
start
Sec
updated
At
updated
By
@webitel/api-services
Loading...