@logixjs/core
    Preparing search index...

    Interface FullCutoverGateTrialRunOptions<Sh>

    interface FullCutoverGateTrialRunOptions<Sh extends AnyModuleShape> {
        interaction?: (runtime: any) => Effect<void, any, any>;
        layer?: Layer<any, any, any>;
        runId?: string;
        runtimeServicesInstanceOverrides?: Readonly<
            Record<string, RuntimeServiceOverride>,
        >;
    }

    Type Parameters

    Index

    Properties

    interaction?: (runtime: any) => Effect<void, any, any>
    layer?: Layer<any, any, any>
    runId?: string
    runtimeServicesInstanceOverrides?: Readonly<
        Record<string, RuntimeServiceOverride>,
    >