Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 822 Bytes

integrationscontrollergetwebhooksupportstatusresponse.md

File metadata and controls

23 lines (18 loc) · 822 Bytes

IntegrationsControllerGetWebhookSupportStatusResponse

Example Usage

import { IntegrationsControllerGetWebhookSupportStatusResponse } from "@novu/api/models/operations";

let value: IntegrationsControllerGetWebhookSupportStatusResponse = {
  headers: {
    "key": [
      "<value>",
    ],
  },
  result: false,
};

Fields

Field Type Required Description
headers Record<string, string[]> ✔️ N/A
result boolean ✔️ N/A