import { TopicsControllerGetTopicSubscriberResponse } from "@novu/api/models/operations";
let value: TopicsControllerGetTopicSubscriberResponse = {
headers: {
"key": [
"<value>",
],
},
result: {
organizationId: "org_123456789",
environmentId: "env_123456789",
subscriberId: "sub_123456789",
topicId: "topic_123456789",
topicKey: "my_topic_key",
externalSubscriberId: "external_subscriber_123",
},
};
Field | Type | Required | Description |
---|---|---|---|
headers |
Record<string, string[]> | ✔️ | N/A |
result |
components.TopicSubscriberDto | ✔️ | N/A |