@runloop/agent-axon-client
    Preparing search index...

    Type Alias Range

    A range in a text document, expressed as start and end positions.

    type Range = {
        end: Position;
        start: Position;
    }
    Index

    ACP Protocol

    ACP Protocol

    The end position (exclusive).

    start: Position

    The start position (inclusive).