interface ITaggable {
    tags: TagType[];
}

Properties

Properties

tags: TagType[]