Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.71 KB

topicscontrollercreatetopicresponse.md

File metadata and controls

25 lines (20 loc) · 1.71 KB

TopicsControllerCreateTopicResponse

Example Usage

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

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

Fields

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