Interface AIVariableResolutionRequest

interface AIVariableResolutionRequest {
    arg?: string;
    variable: AIVariable;
}

Properties

Properties

arg?: string
variable: AIVariable