UNPKG

@trycourier/courier-ui-inbox

Version:

Inbox components for the Courier web UI

7 lines (6 loc) 190 B
import { InboxMessage } from '../../@trycourier/courier-js/src'; export type InboxDataSet = { messages: InboxMessage[]; canPaginate: boolean; paginationCursor: string | null; };