Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.05 KB

addsubscribersrequestdto.md

File metadata and controls

19 lines (14 loc) · 1.05 KB

AddSubscribersRequestDto

Example Usage

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

let value: AddSubscribersRequestDto = {
  subscribers: [
    "<value>",
  ],
};

Fields

Field Type Required Description
subscribers string[] ✔️ List of subscriber identifiers that will be associated to the topic