Skip to content

Latest commit

 

History

History
41 lines (36 loc) · 7.83 KB

updatelayoutresponsedto.md

File metadata and controls

41 lines (36 loc) · 7.83 KB

UpdateLayoutResponseDto

Example Usage

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>",
};

Fields

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