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.