We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2416958 commit e97cdd8Copy full SHA for e97cdd8
site/src/pages/WorkspacePage/WorkspaceActions/constants.ts
@@ -5,7 +5,7 @@ import { type ReactElement } from "react";
5
* Buttons supported by workspace actions. Canceling, Deleted, and Pending
6
* should all be associated with disabled states
7
*/
8
-type ButtonType =
+export type ButtonType =
9
| Exclude<WorkspaceStatus, "failed" | "canceled" | "running" | "stopped">
10
| "start"
11
| "stop"
0 commit comments