Skip to content

AsyncAPIOptions

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

Property Type Description Defined in

defaultTag?

string

src/util/types.ts:171

info?

object

src/util/types.ts:166

info.description?

string

src/util/types.ts:169

info.title

string

src/util/types.ts:167

info.version

string

src/util/types.ts:168

warnings?

any[]

Array to collect warnings during generation.

src/util/types.ts:175