Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.81 KB

messagescontrollerdeletemessageresponse.md

File metadata and controls

26 lines (21 loc) · 1.81 KB

MessagesControllerDeleteMessageResponse

Example Usage

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

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

Fields

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