import { UpdateLayoutResponseDto } from "@novu/api/models/components";
let value: UpdateLayoutResponseDto = {
creatorId: "<value>",
environmentId: "<value>",
organizationId: "<value>",
channel: "push",
content: "<value>",
contentType: "<value>",
identifier: "<value>",
isDefault: false,
isDeleted: false,
name: "<value>",
};
Field |
Type |
Required |
Description |
creatorId |
string |
✔️ |
N/A |
environmentId |
string |
✔️ |
N/A |
id |
string |
➖ |
N/A |
organizationId |
string |
✔️ |
N/A |
parentId |
string |
➖ |
N/A |
channel |
components.UpdateLayoutResponseDtoChannel |
✔️ |
N/A |
content |
string |
✔️ |
N/A |
contentType |
string |
✔️ |
N/A |
createdAt |
string |
➖ |
N/A |
description |
string |
➖ |
N/A |
identifier |
string |
✔️ |
N/A |
isDefault |
boolean |
✔️ |
N/A |
isDeleted |
boolean |
✔️ |
N/A |
name |
string |
✔️ |
N/A |
updatedAt |
string |
➖ |
N/A |
variables |
string[] |
➖ |
N/A |