UNPKG

mailersend

Version:

Node.js helper module for MailerSend API

6 lines (5 loc) 173 B
import { Pagination } from "../Pagination"; export interface ScheduleQueryParams extends Pagination { domain_id?: string; status?: 'scheduled' | 'sent' | 'error'; }