import type { ControlType } from "./controlType"; export interface VariablePromptDisplaySettings { "Octopus.ControlType"?: ControlType; "Octopus.SelectOptions"?: string; }