/** The extra data contain additional rule data fields */
export interfaceRuleExtraData{
/** Whether you accept the domain specific conditions or not */
acceptCondition?: boolean;
/** The auth info code for the domain */
authInfo?: string;
}
//# sourceMappingURL=RuleExtraData.d.ts.map