Represents the configuration for the notifier data.

Implements

Constructors

Properties

Constructors

  • Constructs an instance of CallbackNotifierData using a callback url and headers.

    Parameters

    • params: {
          headers?: {
              [key: string]: string;
          };
          url: string;
      }

      The parameters for constructing an instance of CallbackNotifierData.

      • Optional headers?: {
            [key: string]: string;
        }

        Optional headers to include in the callback request.

        • [key: string]: string
      • url: string

        The URL to which the callback should be sent.

    Returns CallbackNotifierData

Properties

_headers?: {
    [key: string]: string;
}

Type declaration

  • [key: string]: string
_url: string

Generated using TypeDoc