Skip to content

Commit e97cdd8

Browse files
committed
fix: export ButtonType type
1 parent 2416958 commit e97cdd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/WorkspacePage/WorkspaceActions/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { type ReactElement } from "react";
55
* Buttons supported by workspace actions. Canceling, Deleted, and Pending
66
* should all be associated with disabled states
77
*/
8-
type ButtonType =
8+
export type ButtonType =
99
| Exclude<WorkspaceStatus, "failed" | "canceled" | "running" | "stopped">
1010
| "start"
1111
| "stop"

0 commit comments

Comments
 (0)