import { DeleteSubscriberResponseDto } from "@novu/api/models/components";
let value: DeleteSubscriberResponseDto = {
acknowledged: false,
status: "deleted",
};
Field | Type | Required | Description |
---|---|---|---|
acknowledged |
boolean | ✔️ | A boolean stating the success of the action |
status |
components.DeleteSubscriberResponseDtoStatus | ✔️ | The status enum for the performed action |