Preparing search index...
The search index is not available
@koadz/types - v0.2.8
@koadz/types
core/api-config
APISchemaValidationString
Interface APISchemaValidationString
Interface representing the data structure for a string schema validation.
interface
APISchemaValidationString
{
type
:
"string"
;
required
?:
boolean
;
enum
?:
any
[]
;
minLength
?:
number
;
maxLength
?:
number
;
pattern
?:
string
;
}
Hierarchy (
View Summary
)
APISchemaValidation
<
"string"
>
APISchemaValidationString
Index
Properties
type
required?
enum?
min
Length?
max
Length?
pattern?
Properties
type
type
:
"string"
Optional
required
required
?:
boolean
Optional
enum
enum
?:
any
[]
Optional
min
Length
minLength
?:
number
Optional
max
Length
maxLength
?:
number
Optional
pattern
pattern
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
required
enum
min
Length
max
Length
pattern
@koadz/types - v0.2.8
Loading...
Interface representing the data structure for a string schema validation.