Project

General

Profile

1 55274 k.triantaf
import {Email} from "../email/email";
2
3
export class EmailRecaptcha {
4
  email: Email = null;
5
  recaptcha: string = null;
6
}