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