Entity: {
    id: string;
    isDefault: boolean;
    isSystem: boolean;
    name: string;
}

Basic entity information used throughout the system

Type declaration

  • id: string

    Unique entity identifier

  • isDefault: boolean

    Whether this is the default entity

  • isSystem: boolean

    Whether this is a system entity

  • name: string

    Entity name