import { CreateTopicRequestDto } from "@novu/api/models/components";
let value: CreateTopicRequestDto = {
key: "<key>",
name: "<value>",
};
Field | Type | Required | Description |
---|---|---|---|
key |
string | ✔️ | User defined custom key and provided by the user that will be an unique identifier for the Topic created. |
name |
string | ✔️ | User defined custom name and provided by the user that will name the Topic created. |