Type Aliases
Person
declaration
Person = {
firstName:string;lastName:string;salutation?:string;title?:string; }
Describes the way a person can be addressed.
Type declaration
| Name | Type |
|---|---|
|
|
|
|
|
|
|
|
Person = {
firstName:string;lastName:string;salutation?:string;title?:string; }
Describes the way a person can be addressed.
| Name | Type |
|---|---|
|
|
|
|
|
|
|
|