Interface: IOrg
An interface representing an Entity object.
Interface
IEntity
Hierarchy
↳
IOrg
Implemented by
Table of contents
Properties
Properties
id
• id: string
A globally unique identifier for the Entity.
Inherited from
clientId
• Optional clientId: string
A local identifier for the Entity, unique within the client.
Inherited from
creator
• Optional creator: string
The creator of the Entity.
Inherited from
updatedBy
• Optional updatedBy: string
The user who last updated the Entity.
Inherited from
name
• name: string
createdAt
• createdAt: IDate
The date and time when the Entity was created.
Overrides
updatedAt
• updatedAt: IDate
The date and time when the Entity was last updated.
Overrides
owner
• owner: IUser
groups
• groups: IGroup[]
members
• members: IUser[]
plan
• plan: "freemium" | "premium"
account
• Optional account: IAccount
role
• Optional role: string
industry
• industry: string
size
• size: string