BSB Node.js Type Definitions
BSB Docs
GitHub
Preparing search index...
ValidationResult
Interface ValidationResult<T>
interface
ValidationResult
<
T
=
any
>
{
success
:
boolean
;
data
?:
T
;
error
?:
Error
;
}
Type Parameters
T
=
any
Index
Properties
success
data?
error?
Properties
success
success
:
boolean
Optional
data
data
?:
T
Optional
error
error
?:
Error
Settings
Member Visibility
Protected
Inherited
External
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
success
data
error
BSB Documentation
Plugin System
Node.js Guide
BSB Docs
GitHub
BSB Node.js Type Definitions
Loading...