Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.72 KB

topicscontrollergettopicresponse.md

File metadata and controls

31 lines (26 loc) · 1.72 KB

TopicsControllerGetTopicResponse

Example Usage

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

let value: TopicsControllerGetTopicResponse = {
  headers: {
    "key": [
      "<value>",
    ],
  },
  result: {
    organizationId: "<id>",
    environmentId: "<id>",
    key: "<key>",
    name: "<value>",
    subscribers: [
      "<value>",
    ],
  },
};

Fields

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