Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.54 KB

updatesubscriberpreferencerequestdto.md

File metadata and controls

16 lines (11 loc) · 1.54 KB

UpdateSubscriberPreferenceRequestDto

Example Usage

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

let value: UpdateSubscriberPreferenceRequestDto = {};

Fields

Field Type Required Description
channel components.ChannelPreference The subscriber preferences for every ChannelTypeEnum for the workflow assigned.
enabled boolean Sets if the workflow is fully enabled for all channels or not for the subscriber.