Skip to content

Interface: Group

Defined in: types.ts:110

A contact group in the mNotify system.

Properties

contact_count

ts
contact_count: number;

Defined in: types.ts:118

Number of contacts in the group.


created_at

ts
created_at: string;

Defined in: types.ts:120

ISO timestamp of when the group was created.


description?

ts
optional description?: string;

Defined in: types.ts:116

Optional description of the group.


id

ts
id: string;

Defined in: types.ts:112

Unique group identifier.


name

ts
name: string;

Defined in: types.ts:114

Name of the group.


updated_at

ts
updated_at: string;

Defined in: types.ts:122

ISO timestamp of when the group was last updated.