Data structure for person.
Properties
optional public Address?: IAddress
Permanent address.
optional public Checked?: boolean
Return true, if the person (its data) is optional, otherwise false.
optional public Contact?: IContact
Contact information.
public FirstName: string
First name.
public LastName: string
Last name