Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.81 KB

eventscontrollerbroadcasteventtoallresponse.md

File metadata and controls

26 lines (21 loc) · 1.81 KB

EventsControllerBroadcastEventToAllResponse

Example Usage

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

let value: EventsControllerBroadcastEventToAllResponse = {
  headers: {
    "key": [
      "<value>",
    ],
  },
  result: {
    acknowledged: false,
    status: "no_workflow_active_steps_defined",
  },
};

Fields

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