Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.78 KB

topicscontrollerlisttopicsresponse.md

File metadata and controls

28 lines (23 loc) · 1.78 KB

TopicsControllerListTopicsResponse

Example Usage

import { TopicsControllerListTopicsResponse } from "@novu/api/models/operations";

let value: TopicsControllerListTopicsResponse = {
  headers: {
    "key": [
      "<value>",
    ],
  },
  result: {
    data: [],
    page: 1,
    pageSize: 10,
    totalCount: 10,
  },
};

Fields

Field Type Required Description
headers Record<string, string[]> ✔️ N/A
result components.FilterTopicsResponseDto ✔️ N/A