Skip to content

Interface: Contact

Defined in: types.ts:70

A contact stored in the mNotify system.

Properties

dbo?

ts
optional dbo?: string;

Defined in: types.ts:84

Date of birth of the contact.


email?

ts
optional email?: string[];

Defined in: types.ts:82

Email address(es) associated with the contact.


firstname

ts
firstname: string;

Defined in: types.ts:78

First name of the contact.


id

ts
id: string;

Defined in: types.ts:72

Unique contact identifier.


lastname

ts
lastname: string;

Defined in: types.ts:80

Last name of the contact.


phone

ts
phone: string;

Defined in: types.ts:74

Phone number of the contact.


title?

ts
optional title?: string;

Defined in: types.ts:76

Optional title (e.g., Mr, Mrs, Dr).