@agentix-e/spel-ts - v1.2.2
    Preparing search index...

    Interface MethodSchema

    Method signature metadata

    interface MethodSchema {
        description?: string;
        params?: { name: string; type: string }[];
        returnType: string;
    }
    Index
    description?: string

    Human-readable description

    params?: { name: string; type: string }[]

    Method parameters

    returnType: string

    Method return type