An argument of a TL entry

interface TlArgument {
    comment?: string;
    name: string;
    type: string;
    typeModifiers?: TlTypeModifiers;
}

Properties

comment?: string

Comment of the argument

name: string

Name of the argument

type: string

Type of the argument. Usually a name of a Union, but not always

typeModifiers?: TlTypeModifiers

Modifiers for type