Skip to content
On this page

ApiConfig

ts
import type { Request } from '@hapi/hapi'

export type HandlerRequest = Request & {
  payload: any
}

Last updated: