Options
All
  • Public
  • Public/Protected
  • All
Menu

Module http/webhook

Index

Type aliases

WebhookHandler: (metadata: WebhookMetadata, routingInfo?: RoutingInfo) => Promise<{ body?: string | unknown; code: number; headers?: {} }>

Type declaration

    • Parameters

      Returns Promise<{ body?: string | unknown; code: number; headers?: {} }>

Generated using TypeDoc