Agent Client Protocol - v0.18.2
    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

    Properties

    Properties

    const: string

    The constant value for this option.

    title: string

    Human-readable title for this option.