Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 784 Bytes

createlayoutresponsedto.md

File metadata and controls

17 lines (12 loc) · 784 Bytes

CreateLayoutResponseDto

Example Usage

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

let value: CreateLayoutResponseDto = {
  id: "<id>",
};

Fields

Field Type Required Description
id string ✔️ The unique identifier for the Layout created.