Theia API Documentation v1.65.0
    Preparing search index...
    interface ToolRequestParameterProperty {
        anyOf?: ToolRequestParameterProperty[];
        type?:
            | "string"
            | "number"
            | "boolean"
            | "object"
            | "integer"
            | "array"
            | "null";
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    type?: "string" | "number" | "boolean" | "object" | "integer" | "array" | "null"