Last updated

Interface: IGroup

An interface representing an Entity object.

Interface

IEntity

Hierarchy

Implemented by

Table of contents

Properties

Properties

id

id: string

A globally unique identifier for the Entity.

Inherited from

IEntity.id


clientId

Optional clientId: string

A local identifier for the Entity, unique within the client.

Inherited from

IEntity.clientId


creator

Optional creator: string

The creator of the Entity.

Inherited from

IEntity.creator


updatedBy

Optional updatedBy: string

The user who last updated the Entity.

Inherited from

IEntity.updatedBy


name

name: string


createdAt

createdAt: IDate

The date and time when the Entity was created.

Overrides

IEntity.createdAt


updatedAt

updatedAt: IDate

The date and time when the Entity was last updated.

Overrides

IEntity.updatedAt


owner

owner: IUser


members

members: IUser[]


org

org: string