Skip to content

Boolean

Schema.boolean() 以开关的形式描述了一个布尔值。

ts
export default Schema.object({
  enable: Schema.boolean(),
})
Input
null
Output
{ }