Boolean

以开关的形式表达 boolean 类型的值。

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