@eagleoutice/flowr - v2.13.14
    Preparing search index...

    Interface RoxygenTagBase<Type>

    Base interface for all roxygen tags.

    interface RoxygenTagBase<Type extends KnownRoxygenTags> {
        type: Type;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index
    type: Type

    The type of the roxygen tag.