ApiConfig
ts
import type { Request } from '@hapi/hapi'
export type HandlerRequest = Request & {
payload: any
}
import type { Request } from '@hapi/hapi'
export type HandlerRequest = Request & {
payload: any
}