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

    Interface IRpcLaneTopologyProfile<TLane>

    Named RPC-lane profile listing the lanes a server should expose.

    interface IRpcLaneTopologyProfile<
        TLane extends IRpcLaneDefinition = IRpcLaneDefinition,
    > {
        serve: readonly TLane[];
    }

    Type Parameters

    Index

    Properties

    Properties

    serve: readonly TLane[]