Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 2.11 KB

notificationscontrollergetnotificationresponse.md

File metadata and controls

28 lines (23 loc) · 2.11 KB

NotificationsControllerGetNotificationResponse

Example Usage

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

let value: NotificationsControllerGetNotificationResponse = {
  headers: {
    "key": [
      "<value>",
    ],
  },
  result: {
    environmentId: "<id>",
    organizationId: "<id>",
    subscriberId: "<id>",
    transactionId: "<id>",
  },
};

Fields

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