UNPKG

mailersend

Version:

Node.js helper module for MailerSend API

6 lines (5 loc) 227 B
import { RequestService, APIResponse } from "../services/request.service"; export declare class OthersModule extends RequestService { constructor(apiKey: string, baseUrl: string); getApiQuota(): Promise<APIResponse>; }