UNPKG

mailinator-client

Version:
10 lines (9 loc) 205 B
import { Rule } from "../rule/Rule"; export declare class Domain { _id: string; description: string; enabled: boolean; name: string; ownerid: string; rules: Array<Rule>; }