Skip to content

Latest commit

 

History

History
44 lines (39 loc) · 1.92 KB

File metadata and controls

44 lines (39 loc) · 1.92 KB

LayoutsControllerDuplicateResponse

Example Usage

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

let value: LayoutsControllerDuplicateResponse = {
  headers: {
    "key": [
      "<value 1>",
      "<value 2>",
    ],
    "key1": [
      "<value 1>",
      "<value 2>",
      "<value 3>",
    ],
    "key2": [],
  },
  result: {
    id: "<id>",
    layoutId: "<id>",
    slug: "<value>",
    name: "<value>",
    isDefault: true,
    isTranslationEnabled: true,
    updatedAt: "1735673948159",
    createdAt: "1716695410716",
    origin: "novu-cloud",
    type: "REGULAR",
    controls: {
      values: {},
    },
  },
};

Fields

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