Skip to main content

Interface: Attribute

Defined in: type/Attribute.ts:7

Base interface for attribute entities

Properties

attributeDescription?

optional attributeDescription?: AttributeDescription

Defined in: type/Attribute.ts:21

attributeDescription field


createdAt

createdAt: string

Defined in: type/Attribute.ts:13

The date when the attribute was created


createdBy?

optional createdBy?: number

Defined in: type/Attribute.ts:17

The ID of the user that created the attribute


id

id: string

Defined in: type/Attribute.ts:9

Attribute identifier


lastModifiedAt

lastModifiedAt: string

Defined in: type/Attribute.ts:15

The date when the attribute was last modified


lastModifiedBy?

optional lastModifiedBy?: number

Defined in: type/Attribute.ts:19

The ID of the user that last modified the attribute


value?

optional value?: any

Defined in: type/Attribute.ts:11

Attribute value