Skip to content
@nhtio/validation
Search
K
Main Navigation
Home
Quick Start
API
Appearance
Menu
Return to top
On this page
Type Alias: SchemaLikeWithoutArray
ts
type
SchemaLikeWithoutArray
=
|
string
|
number
|
boolean
|
null
|
Schema
|
SchemaMap
;