Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.8 KB

topicscontrollergettopicsubscriberresponse.md

File metadata and controls

30 lines (25 loc) · 1.8 KB

TopicsControllerGetTopicSubscriberResponse

Example Usage

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",
  },
};

Fields

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