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

    Interface BeanSchema

    Bean declaration metadata

    interface BeanSchema {
        description?: string;
        singleton?: boolean;
        type: string;
    }
    Index
    description?: string

    Description for semantic matching

    singleton?: boolean

    Whether the bean is a singleton

    type: string

    Bean type/class