UNPKG
kod-temp
Version:
latest (0.0.0)
0.0.0
Workano Communications SDK
kod-temp
/
dist
/
esm
/
types
/
modules
/
Logs
/
models.d.ts
14 lines
•
325 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export
type
SimplifiedLog
= {
date
:
string
;
calls
:
Array
<{
id
:
number
;
time
:
string
;
duration
:
number
;
isOutgoing
:
boolean
;
contactName
:
string
;
contactNumber
:
string
;
answered
:
boolean
;
recordings
:
any
[]; }>; };
//# sourceMappingURL=models.d.ts.map