Projekt

Obecné

Profil

Stáhnout (78 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
export class UserToApprove {
2
  name: string;
3
  email: string;
4
  date: Date;
5
}
(5-5/5)