Interface AIVariableDropResult

interface AIVariableDropResult {
    text?: string;
    variables: AIVariableResolutionRequest[];
}

Properties

Properties

text?: string