@bluelibs/runner - v5.5.0
Preparing search index...
IContractable
Interface IContractable<TConfig, TInput, TOutput>
interface
IContractable
<
TConfig
=
any
,
TInput
=
void
,
TOutput
=
void
>
{
__containsContract
:
true
;
"[CONTRACT]"
:
{
config
:
TConfig
;
input
:
TInput
;
output
:
TOutput
}
;
}
Type Parameters
TConfig
=
any
TInput
=
void
TOutput
=
void
Hierarchy (
View Summary
)
IContractable
ITag
ITaskMiddleware
IResourceMiddleware
Index
Properties
__
contains
Contract
[
CONTRACT]
Properties
Readonly
__
contains
Contract
__containsContract
:
true
Readonly
[
CONTRACT]
"[CONTRACT]"
:
{
config
:
TConfig
;
input
:
TInput
;
output
:
TOutput
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
__
contains
Contract
[
CONTRACT]
@bluelibs/runner - v5.5.0
Loading...