Type alias MatchPattern<CtxOrReq, Res>

MatchPattern<CtxOrReq, Res>: ((ctxOrReq: CtxOrReq, res: Res) => boolean) | string | string[] | boolean

Type Parameters

  • CtxOrReq = any

  • Res = any

Generated using TypeDoc