Skip to content

Commit b4228a1

Browse files
committed
hack once again for apitypings
1 parent 4b560b6 commit b4228a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/apitypings/main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -877,6 +877,8 @@ func (g *Generator) typescriptType(ty types.Type) (TypescriptType, error) {
877877
return TypescriptType{ValueType: "HealthSeverity"}, nil
878878
case "github.com/coder/coder/v2/codersdk.HealthSection":
879879
return TypescriptType{ValueType: "HealthSection"}, nil
880+
case "github.com/coder/coder/v2/codersdk.ProvisionerDaemon":
881+
return TypescriptType{ValueType: "ProvisionerDaemon"}, nil
880882
}
881883

882884
// Some hard codes are a bit trickier.

0 commit comments

Comments
 (0)