UNPKG
kod-temp
Version:
latest (0.0.0)
0.0.0
Workano Communications SDK
kod-temp
/
dist
/
lib
/
types
/
modules
/
Logs
/
index.d.ts
5 lines
•
191 B
TypeScript
View Raw
1
2
3
4
5
import
{
SimplifiedLog
}
from
"./models"
;
export
default
class
{
static
listCallLogs
(
offset
?:
number
,
limit
?:
number
):
Promise
<
Array
<
SimplifiedLog
>>; }
//# sourceMappingURL=index.d.ts.map