Hierarchy

  • UnionType

Implements

Index

Constructors

constructor

  • new UnionType(types: Type[], isDotDotDot?: boolean, isQuestion?: boolean): UnionType

Properties

isDotDotDot

isDotDotDot: boolean

isQuestion

isQuestion: boolean

kind

kind: string = "union"

types

types: Type[]

Methods

convert

  • convert(argument: any): any

toConstructor

  • toConstructor(): string

toString

  • toString(): string