UNPKG

@marxlnfcs/wildduck-api

Version:

Provides a client to interact with the wildduck api

8 lines (7 loc) 164 B
export interface IWildduckApiGetArchivedMessagesOptions { limit: number; page: number; order: 'asc' | 'desc'; next: string; previous: string; }