Skip to content

Commit 892ea45

Browse files
committed
Add visible property to subbuild and subdeploy status
1 parent 9b1ce82 commit 892ea45

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

types/Build.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export type SubbuildStatus = {
1818
startedAt: string;
1919
status: ValueOf<typeof BUILD_STATUS>;
2020
id: string;
21+
visible: boolean;
2122
};
2223

2324
export type Build = {

types/Deploy.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export type SubdeployStatus = {
1818
startedAt: string;
1919
status: DeployStatus;
2020
id: string;
21+
visible: boolean;
2122
};
2223

2324
export type Deploy = {

0 commit comments

Comments
 (0)