import { AddSubscribersRequestDto } from "@novu/api/models/components";
let value: AddSubscribersRequestDto = {
subscribers: [
"<value>",
],
};
Field | Type | Required | Description |
---|---|---|---|
subscribers |
string[] | ✔️ | List of subscriber identifiers that will be associated to the topic |