feat(cluster): resource topology entrance

This commit is contained in:
jialin
2026-06-26 22:14:37 +08:00
committed by jialin
parent e37828a2cd
commit 8b34f68824
3 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ export async function downloadWorkerPrivateKey({
export async function queryWorkersList<T extends Record<string, any>>(
params: Global.SearchParams & T,
options?: {
token: any;
token?: any;
skipErrorHandler?: boolean;
}
) {