@spailybot/moleculer-auto-openapi - v1.3.2
Preparing search index...
index
MoleculerWebTypes
AliasRouteSchema
Type Alias AliasRouteSchema
type
AliasRouteSchema
=
{
action
?:
string
;
busboyConfig
?:
BusboyConfig
<
onEventBusboyConfig
<
MoleculerWebTypes
.
Alias
>
>
;
except
?:
string
[]
;
handler
?:
AliasFunction
;
method
?:
|
"GET"
|
"POST"
|
"PUT"
|
"DELETE"
|
"*"
|
"HEAD"
|
"OPTIONS"
|
"PATCH"
|
string
;
only
?:
string
[]
;
path
?:
string
;
type
?:
"call"
|
"multipart"
|
"stream"
|
string
;
[
k
:
string
]:
any
;
}
Hierarchy (
View Summary
)
AliasRouteSchema
AliasRouteSchemaOpenApi
Indexable
[
k
:
string
]:
any
Index
Properties
action?
busboy
Config?
except?
handler?
method?
only?
path?
type?
Properties
Optional
action
action
?:
string
Optional
busboy
Config
busboyConfig
?:
BusboyConfig
<
onEventBusboyConfig
<
MoleculerWebTypes
.
Alias
>
>
Optional
except
except
?:
string
[]
Optional
handler
handler
?:
AliasFunction
Optional
method
method
?:
|
"GET"
|
"POST"
|
"PUT"
|
"DELETE"
|
"*"
|
"HEAD"
|
"OPTIONS"
|
"PATCH"
|
string
Optional
only
only
?:
string
[]
Optional
path
path
?:
string
Optional
type
type
?:
"call"
|
"multipart"
|
"stream"
|
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
busboy
Config
except
handler
method
only
path
type
@spailybot/moleculer-auto-openapi - v1.3.2
Loading...