Navigation Menu

Skip to content

Commit

Permalink
Add Person data model
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramin A committed May 10, 2020
1 parent 485018d commit 800c67b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/app/data-model/person.model.ts
@@ -0,0 +1,8 @@
export class Person {
firstName: string;
lastName: string;
gender: string;
age: number;
Address: string;
consented: boolean;
}

0 comments on commit 800c67b

Please sign in to comment.