node-env
Preparing search index...
ValidationAdapterResult
Type Alias ValidationAdapterResult<T>
ValidationAdapterResult
:
|
ValidationResult
<
T
>
|
{
data
:
T
;
success
:
true
}
|
{
error
?:
unknown
;
errors
?:
ValidationIssueInput
[]
;
issues
?:
ValidationIssueInput
[]
;
success
:
false
;
}
Result shape accepted by adapter helpers.
Type Parameters
T
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
node-env
Loading...
Result shape accepted by adapter helpers.