Interface ResolvedAIVariable

interface ResolvedAIVariable {
    value: string;
    variable: AIVariable;
}

Hierarchy (view full)

Properties

Properties

value: string
variable: AIVariable