UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 303 B
/** The extra data contain additional rule data fields */ export interface RuleExtraData { /** 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