ObjectTxDetails Interface
Packages > @anticrm/domains > ObjectTxDetails
Signature:
export interface ObjectTxDetails extends Emb 
Extends: Emb
Properties
| Property | Type | Description | 
|---|---|---|
| description | string | |
| id | string | |
| name | string | 
Events
description
Signature:
description?: string;
id
Signature:
id?: string;
name
Signature:
name?: string;