UNPKG

@telstra/messaging

Version:
15 lines (14 loc) 266 B
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; };