@vinejs/vine - v4.0.0-next.1
    Preparing search index...

    Class VineUnion<Conditional>

    Vine union represents a union data type. A union is a collection of conditionals and each condition has an associated schema

    Type Parameters

    Implements

    Index

    Constructors

    Properties

    "[ITYPE]": Conditional[typeof ITYPE]

    Type marker for input type inference

    "[OTYPE]": Conditional[typeof OTYPE]

    Type marker for output type inference

    "[COTYPE]": Conditional[typeof COTYPE]

    Type marker for camelCase output type inference

    Methods