import { LayoutsControllerGetUsageResponse } from "@novu/api/models/operations";
let value: LayoutsControllerGetUsageResponse = {
headers: {
"key": [],
},
result: {
workflows: [],
},
};| Field | Type | Required | Description |
|---|---|---|---|
headers |
Record<string, string[]> | ✔️ | N/A |
result |
components.GetLayoutUsageResponseDto | ✔️ | N/A |