Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 434 Bytes

databooleandto.md

File metadata and controls

17 lines (12 loc) · 434 Bytes

DataBooleanDto

Example Usage

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

let value: DataBooleanDto = {
  data: false,
};

Fields

Field Type Required Description
data boolean ✔️ N/A