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

    Interface VariableSchema

    Variable declaration metadata

    interface VariableSchema {
        description?: string;
        nullable?: boolean;
        type: string;
        value?: unknown;
    }
    Index
    description?: string

    Description for semantic matching

    nullable?: boolean

    Whether the variable can be null

    type: string

    Variable type

    value?: unknown

    Default/example value