UNPKG
@trycourier/courier-ui-inbox
Version:
beta (1.0.14-beta)
latest (2.4.6)
2.4.6
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.0
2.2.1
2.2.0
2.1.0
2.0.0
1.2.3
1.2.1
1.2.0
1.1.0
1.0.18
1.0.17
1.0.16
1.0.15
1.0.14-beta
1.0.13-beta
1.0.12-beta
1.0.11-beta
1.0.9-beta
1.0.8-beta
1.0.7-beta
1.0.6-beta
1.0.5-beta
1.0.4-beta
1.0.3-beta
1.0.2-beta
1.0.1-beta
1.0.0-beta
Inbox components for the Courier web UI
@trycourier/courier-ui-inbox
/
dist
/
types
/
inbox-data-set.d.ts
7 lines
(6 loc)
•
190 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
InboxMessage
}
from
'../../@trycourier/courier-js/src'
;
export
type
InboxDataSet
= {
messages
:
InboxMessage
[];
canPaginate
:
boolean
;
paginationCursor
:
string
|
null
; };