MetaEntityDTO interface

Entity JSON representation object.

Index

Properties

Properties


attrs

List of attributes.

● attrs?: MetaEntityAttrDTO[]


desc

The description.

● desc?: string


ents

List of sub-entities.

● ents?: MetaEntityDTO[]


id

The id.

● id: string


name

The name.

● name: string


namePlur

The name in plural form

● namePlur?: string