Interface AIVariablePasteResult

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

Properties

Properties

text?: string