@buzzr/dfs-engine
Preparing search index...
DfsValidationResult
Type Alias DfsValidationResult<T>
DfsValidationResult
:
|
{
errors
:
[
]
;
ok
:
true
;
value
:
T
;
warnings
:
DfsValidationIssue
[]
}
|
{
errors
:
DfsValidationIssue
[]
;
ok
:
false
;
value
?:
undefined
;
warnings
:
DfsValidationIssue
[]
;
}
Type Parameters
T
=
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@buzzr/dfs-engine
Loading...