Project

General

Profile

1
import {Email} from "../email/email";
2

    
3
export class EmailRecaptcha {
4
  email: Email = null;
5
  recaptcha: string = null;
6
}
(2-2/14)