Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.44 KB

eventscontrollercancelresponse.md

File metadata and controls

25 lines (20 loc) · 1.44 KB

EventsControllerCancelResponse

Example Usage

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

let value: EventsControllerCancelResponse = {
  headers: {
    "key": [
      "<value>",
    ],
  },
  result: {
    data: false,
  },
};

Fields

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