@bluelibs/runner - v6.3.1
    Preparing search index...

    Interface IEventLaneTopologyConsumeEntry<TLane>

    One consumed event-lane entry for a specific profile.

    interface IEventLaneTopologyConsumeEntry<
        TLane extends IEventLaneDefinition = IEventLaneDefinition,
    > {
        hooks?: IEventLaneTopologyHookPolicy;
        lane: TLane;
    }

    Type Parameters

    Index

    Properties

    Properties

    lane: TLane