Skip to content

Commit

Permalink
fixed ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
tulsiojha committed Sep 10, 2024
1 parent bf8349a commit 807ce73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/console/server/gql/queries/cluster-queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import {
export type ICluster = NN<ConsoleGetClusterQuery['infra_getCluster']>;
export type IClusters = NN<ConsoleListClustersQuery['infra_listClusters']>;
export type IClustersStatus = NN<
ConsoleListClusterStatusQuery['infra_listClusters']
ConsoleListClusterStatusQuery['infra_listBYOKClusters']
>;

export type IDnsHosts = NN<ConsoleListDnsHostsQuery>['infra_listClusters'];
Expand Down

0 comments on commit 807ce73

Please sign in to comment.