import { TopicsControllerCreateTopicResponse } from "@novu/api/models/operations";
let value: TopicsControllerCreateTopicResponse = {
headers: {
"key": [
"<value>",
],
},
result: {
key: "<key>",
},
};
Field | Type | Required | Description |
---|---|---|---|
headers |
Record<string, string[]> | ✔️ | N/A |
result |
components.CreateTopicResponseDto | ✔️ | N/A |