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

    Class VineUnionOfTypes<Schema>

    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]": Schema[typeof ITYPE]

    Type marker for input type inference

    "[OTYPE]": Schema[typeof OTYPE]

    Type marker for output type inference

    "[COTYPE]": Schema[typeof COTYPE]

    Type marker for camelCase output type inference

    Methods