Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 2.36 KB

File metadata and controls

37 lines (32 loc) · 2.36 KB

IntegrationsControllerAutoConfigureIntegrationResponse

Example Usage

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

let value: IntegrationsControllerAutoConfigureIntegrationResponse = {
  headers: {
    "key": [
      "<value 1>",
      "<value 2>",
      "<value 3>",
    ],
    "key1": [
      "<value 1>",
      "<value 2>",
      "<value 3>",
    ],
    "key2": [
      "<value 1>",
      "<value 2>",
      "<value 3>",
    ],
  },
  result: {
    success: false,
  },
};

Fields

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