Skip to content

Boolean

Sergej edited this page Apr 30, 2019 · 1 revision

Value

const schema = new Schema<Model>()
    .with(m => m.BooleanProp, false)
    .build();
Clone this wiki locally