Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 785 Bytes

workflowsresponsedto.md

File metadata and controls

25 lines (20 loc) · 785 Bytes

WorkflowsResponseDto

Example Usage

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

let value: WorkflowsResponseDto = {
  data: [
    "<value>",
  ],
  page: 384.25,
  pageSize: 4386.01,
  totalCount: 6342.74,
};

Fields

Field Type Required Description
data string[] ✔️ N/A
page number ✔️ N/A
pageSize number ✔️ N/A
totalCount number ✔️ N/A