@bluelibs/runner - v5.5.0
    Preparing search index...

    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)

    Index

    Properties

    __containsContract: true
    "[CONTRACT]": { config: TConfig; input: TInput; output: TOutput }