export interface RegisterBody { 'g-recaptcha-token'?: string; tos?: boolean; privacy_marketing_consent: boolean; provider?: string; ref?: string; nick?: string; country_id?: string; } //# sourceMappingURL=register-body.d.ts.map