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

    Type Alias EnumOption

    A titled enum option with a const value and human-readable title.

    type EnumOption = {
        const: string;
        title: string;
    }
    Index

    ACP Protocol

    ACP Protocol

    const: string

    The constant value for this option.

    title: string

    Human-readable title for this option.