UNPKG

@allseated-registry/mailinator-client

Version:
7 lines (6 loc) 136 B
import { Message } from './Message'; export declare class Inbox { domain: string; to: string; msgs: Array<Message>; }