File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -210,11 +210,11 @@ export interface UpdateWorkspaceAutostopRequest {
210
210
readonly schedule : string
211
211
}
212
212
213
- // From codersdk/workspaceresources.go:15:6.
214
<
66B2
span class="diff-text-marker">-export type WorkspaceAgentStatus = "connecting" | "connected" | "disconnected"
215
-
216
213
// From codersdk/parameters.go:16:6.
217
214
export type ParameterScope = "organization" | "template" | "user" | "workspace"
218
215
219
216
// From codersdk/provisionerdaemons.go:26:6.
220
217
export type ProvisionerJobStatus = "pending" | "running" | "succeeded" | "canceling" | "canceled" | "failed"
218
+
219
+ // From codersdk/workspaceresources.go:15:6.
220
+ export type WorkspaceAgentStatus = "connecting" | "connected" | "disconnected"
You can’t perform that action at this time.
0 commit comments