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