Fix: add missing salutation field to contact interface
This commit is contained in:
Vendored
+1
@@ -72,6 +72,7 @@ export function newAddress(): Address {
|
|||||||
|
|
||||||
export interface Contact {
|
export interface Contact {
|
||||||
id: number;
|
id: number;
|
||||||
|
salutation: string;
|
||||||
firstName: string;
|
firstName: string;
|
||||||
lastName: string;
|
lastName: string;
|
||||||
email?: string;
|
email?: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user