Interface: Attribute
Defined in: type/Attribute.ts:7
Base interface for attribute entities
Properties
attributeDescription?
optionalattributeDescription?: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?
optionalcreatedBy?: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?
optionallastModifiedBy?:number
Defined in: type/Attribute.ts:19
The ID of the user that last modified the attribute
value?
optionalvalue?:any
Defined in: type/Attribute.ts:11
Attribute value