@bluelibs/runner - v6.3.1
    Preparing search index...

    Interface ITaggable

    Minimal shape for definitions that carry tags.

    interface ITaggable {
        tags: TagType[];
    }
    Index

    Properties

    Properties

    tags: TagType[]