Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.77 KB

File metadata and controls

23 lines (18 loc) · 1.77 KB

LayoutsControllerGetUsageResponse

Example Usage

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

let value: LayoutsControllerGetUsageResponse = {
  headers: {
    "key": [],
  },
  result: {
    workflows: [],
  },
};

Fields

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