Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GuardHandlerOptions

Hierarchy

  • GenericOptions
    • GuardHandlerOptions

Indexable

[key: string]: any

Index

Properties

Properties

Optional catch

Optional mustBe

mustBe: { errorMessage?: undefined | string; httpStatus?: undefined | number; method: OneHttpMethod } | OneHttpMethod

Optional required

required: { errorMessage?: undefined | ((missingFields: string[]) => string); fields: string[]; httpStatus?: undefined | number } | string[]

Generated using TypeDoc