We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08330b4 commit a9e8c89Copy full SHA for a9e8c89
1 file changed
site/src/types/preview.ts
@@ -89,6 +89,9 @@ export interface SessionInputs {
89
readonly User: WorkspaceOwner;
90
}
91
92
+// From types/value.go
93
+export const UnknownStringValue = "??";
94
+
95
// From types/parameter.go
96
export const ValidationMonotonicDecreasing = "decreasing";
97
0 commit comments