Interfaces
ChannelAware
Entities which can be assigned to Channels should implement this interface.
channels
property
Channel[]SoftDeletable
Entities which can be soft deleted should implement this interface.
Orderable
Entities which can be ordered relative to their siblings in a list.
Taggable
Entities which can have Tags applied to them.
tags
property
Tag[]Translatable
Entities which have localizable string properties should implement this type.
translations
property
Array<Translation<VendureEntity>>Was this chapter helpful?