Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.98 KB

deletesubscriberresponsedto.md

File metadata and controls

19 lines (14 loc) · 1.98 KB

DeleteSubscriberResponseDto

Example Usage

import { DeleteSubscriberResponseDto } from "@novu/api/models/components";

let value: DeleteSubscriberResponseDto = {
  acknowledged: false,
  status: "deleted",
};

Fields

Field Type Required Description
acknowledged boolean ✔️ A boolean stating the success of the action
status components.DeleteSubscriberResponseDtoStatus ✔️ The status enum for the performed action