Pacote
Preparing search index...
@pacote/result
Ok
Interface Ok<T>
Successful result type.
interface
Ok
<
T
>
{
constructor
:
any
;
type
:
typeof
T_OK
;
value
:
T
;
}
Type Parameters
T
Sucess value type.
Index
Constructors
constructor
Properties
type
value
Constructors
constructor
constructor
:
any
Properties
Readonly
type
type
:
typeof
T_OK
Readonly
value
value
:
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
type
value
Pacote
Loading...
Successful result type.