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