We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b1ce82 commit 892ea45Copy full SHA for 892ea45
types/Build.ts
@@ -18,6 +18,7 @@ export type SubbuildStatus = {
18
startedAt: string;
19
status: ValueOf<typeof BUILD_STATUS>;
20
id: string;
21
+ visible: boolean;
22
};
23
24
export type Build = {
types/Deploy.ts
@@ -18,6 +18,7 @@ export type SubdeployStatus = {
status: DeployStatus;
export type Deploy = {
0 commit comments