UNPKG
@telstra/messaging
Version:
latest (4.0.2)
4.0.2
4.0.1
4.0.0
3.0.10
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
0.3.23
0.3.22
0.3.21
0.3.20
0.3.19
0.3.18
0.3.17
0.3.16
0.3.15
0.3.14
0.3.13
0.3.12
0.3.11
0.3.10
Telstra SDK Messaging
github.com/telstra/telstra-sdk-node
telstra/telstra-sdk-node
@telstra/messaging
/
dist
/
types
/
CommonTypes.d.ts
15 lines
(14 loc)
•
266 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
export
type
TPaging
= {
nextPage
?:
string
;
previousPage
?:
string
;
lastPage
?:
string
;
totalCount
:
number
; };
export
type
THealthCheck
= {
status
?:
string
; };
export
type
TGetAll
= {
limit
?:
number
;
offset
?:
number
;
filter
?:
string
; };