Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.84 KB

topicscontrollerassignresponse.md

File metadata and controls

27 lines (22 loc) · 1.84 KB

TopicsControllerAssignResponse

Example Usage

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

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

Fields

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