Lynx

Home > @lynx-js/genui-a2ui-catalog-extractor > TypeDocType

TypeDocType interface

Signature:

export interface TypeDocType

Properties

Property

Modifiers

Type

Description

declaration?

TypeDocReflection

(Optional)

elementType?

TypeDocType

(Optional)

name?

string

(Optional)

qualifiedName?

string

(Optional)

target?

TypeDocType

(Optional)

type

string

typeArguments?

TypeDocType[]

(Optional)

types?

TypeDocType[]

(Optional)

value?

bigint | boolean | number | string | null

(Optional)

Except as otherwise noted, this work is licensed under a Creative Commons Attribution 4.0 International License, and code samples are licensed under the Apache License 2.0.