bunway
Preparing search index...
ValidationSchema
Interface ValidationSchema
interface
ValidationSchema
{
body
?:
Record
<
string
,
FieldRule
>
;
params
?:
Record
<
string
,
FieldRule
>
;
query
?:
Record
<
string
,
FieldRule
>
;
}
Index
Properties
body?
params?
query?
Properties
Optional
body
body
?:
Record
<
string
,
FieldRule
>
Optional
params
params
?:
Record
<
string
,
FieldRule
>
Optional
query
query
?:
Record
<
string
,
FieldRule
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
params
query
bunway
Loading...