@morojs/moro / RouteSchema
Interface: RouteSchema
Defined in: src/core/routing/index.ts:52
Properties
auth?
optionalauth:AuthConfig
Defined in: src/core/routing/index.ts:57
cache?
optionalcache:CacheConfig
Defined in: src/core/routing/index.ts:59
description?
optionaldescription:string
Defined in: src/core/routing/index.ts:61
handler
handler:
RouteHandler
Defined in: src/core/routing/index.ts:55
method
method:
HttpMethod
Defined in: src/core/routing/index.ts:53
middleware?
optionalmiddleware:MiddlewarePhases
Defined in: src/core/routing/index.ts:60
path
path:
string
Defined in: src/core/routing/index.ts:54
rateLimit?
optionalrateLimit:RateLimitConfig
Defined in: src/core/routing/index.ts:58
tags?
optionaltags:string[]
Defined in: src/core/routing/index.ts:62
validation?
optionalvalidation:ValidationConfig
Defined in: src/core/routing/index.ts:56