Interface ImageContextVariableRequest

interface ImageContextVariableRequest {
    arg: string;
    variable: AIVariable;
}

Hierarchy

  • AIVariableResolutionRequest
    • ImageContextVariableRequest

Properties

Properties

arg: string
variable: AIVariable