Skip to content

Commit 3fe3c0a

Browse files
committed
fix(upstream-status): redefine UpstreamStatus type to include specific states
1 parent 59d8046 commit 3fe3c0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export type { UpstreamStatus } from "@decocms/sandbox/daemon";
1+
export type UpstreamStatus = "booting" | "online" | "offline";

0 commit comments

Comments
 (0)