Skip to content

Interface: Group

Defined in: types.ts:91

A contact group in the mNotify system.

Properties

contact_count

ts
contact_count: number;

Defined in: types.ts:99

Number of contacts in the group.


created_at

ts
created_at: string;

Defined in: types.ts:101

ISO timestamp of when the group was created.


description?

ts
optional description?: string;

Defined in: types.ts:97

Optional description of the group.


id

ts
id: string;

Defined in: types.ts:93

Unique group identifier.


name

ts
name: string;

Defined in: types.ts:95

Name of the group.


updated_at

ts
updated_at: string;

Defined in: types.ts:103

ISO timestamp of when the group was last updated.