Vinyl
    Preparing search index...

    Type Alias XmlRule<T>

    XmlRule:
        | AttributeRule<T>
        | CharactersRule<T>
        | ElementsRule<T & (readonly object[] | undefined)>
        | ElementRule<T & (object | undefined)>

    A union of the supported parsing types.

    Type Parameters

    • T