Type Alias WappRequestHandler<T>

WappRequestHandler: (event: T) => Promise<JSONValue | void> | JSONValue | void

Type Parameters

  • T = unknown

Type declaration