File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ func validationEnabled(param TemplateVersionParameter) bool {
120
120
// ParameterResolver should be populated with legacy workload and rich parameter values from the previous build. It then
121
121
// supports queries against a current TemplateVersionParameter to determine whether a new value is required, or a value
122
122
// correctly validates.
123
+ // @typescript-ignore ParameterResolver
123
124
type ParameterResolver struct {
124
125
Legacy []Parameter
125
126
Rich []WorkspaceBuildParameter
Original file line number Diff line number Diff line change @@ -591,12 +591,6 @@ export interface Parameter {
591
591
readonly source_value : string
592
592
}
593
593
594
- // From codersdk/richparameters.go
595
- export interface ParameterResolver {
596
- readonly Legacy : Parameter [ ]
597
- readonly Rich : WorkspaceBuildParameter [ ]
598
- }
599
-
600
594
// From codersdk/parameters.go
601
595
export interface ParameterSchema {
602
596
readonly id : string
You can’t perform that action at this time.
0 commit comments