Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 633 Bytes

topicscontrollerdeletetopicresponse.md

File metadata and controls

21 lines (16 loc) · 633 Bytes

TopicsControllerDeleteTopicResponse

Example Usage

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

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

Fields

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