Package version:

The configuration of service URI and custom headers for the webhook.

Hierarchy

  • CallbackConfig

Properties

customHeaders?: {
    [propertyName: string]: string;
}

Custom headers that will be added to the webhook notifications.

Type declaration

  • [propertyName: string]: string
serviceUri: string

The service URI for the webhook to post notifications.

Generated using TypeDoc