UNPKG

@allseated-registry/mailinator-client

Version:
8 lines (7 loc) 174 B
import { Retrieved } from "./Retrieved"; import { Sent } from "./Sent"; export declare class StatsItem { date: string; retrieved: Retrieved; sent: Sent; }