Skip to content

Commit 6168652

Browse files
chore: update healthcheck types
1 parent 966ff4b commit 6168652

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/types/api/healthcheck.ts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,16 @@ interface LocationComputeTablet {
5757
count: number;
5858
}
5959

60+
interface LocationComputeSchema {
61+
type?: string;
62+
path?: string;
63+
}
64+
6065
interface LocationCompute {
61-
node: LocationNode;
62-
pool: LocationComputePool;
66+
node?: LocationNode;
67+
pool?: LocationComputePool;
6368
tablet: LocationComputeTablet;
69+
schema?: LocationComputeSchema;
6470
}
6571

6672
interface LocationDatabase {

0 commit comments

Comments
 (0)