Skip to content

MetaEntityDTO interface

Entity JSON representation object.


List of attributes.

● attrs?: MetaEntityAttrDTO[]


The description.

● desc?: string


List of sub-entities.

● ents?: MetaEntityDTO[]


The id.

● id: string


The name.

● name: string


The name in plural form

● namePlur?: string