mailinator-client
Version:
Mailinator REST API client for JavaScript applications.
17 lines (16 loc) • 525 B
TypeScript
export * from './Action';
export * from './ActionData';
export * from './ActionType';
export * from './Condition';
export * from './ConditionData';
export * from './CreateRuleRequest';
export * from './DeleteRuleRequest';
export * from './DisableRuleRequest';
export * from './EnableRuleRequest';
export * from './GetRuleRequest';
export * from './GetRulesRequest';
export * from './MatchType';
export * from './OperationType';
export * from './Rule';
export * from './RuleToCreate';
export * from './Rules';