Skip to content

AsyncAPIOptions

Defined in: src/util/types.ts:167

Property Type Description Defined in

defaultTag?

string

src/util/types.ts:173

info?

object

src/util/types.ts:168

info.description?

string

src/util/types.ts:171

info.title

string

src/util/types.ts:169

info.version

string

src/util/types.ts:170

warnings?

any[]

Array to collect warnings during generation.

src/util/types.ts:177