UNPKG

postmark

Version:

Official Node.js client library for the Postmark HTTP API - https://www.postmarkapp.com

6 lines (5 loc) 111 B
import { Server } from "./Server"; export interface Servers { TotalCount: number; Servers: Server[]; }