Tag
Tag
A tag is an arbitrary label which can be applied to certain entities. It is used to help organize and filter those entities.
Signature
class Tag extends VendureEntity {
    constructor(input?: DeepPartial<Tag>)
    @Column()
    value: string;
}
- Extends: 
VendureEntity