Skip to content

Commit b5ea190

Browse files
Update packages/core/src/types/api/index.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 27d7ad1 commit b5ea190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/types/api/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ export type CoreApi = {
175175
uiResponse: typeof uiResponse;
176176
cancel: (connectId?: string) => void;
177177
updateSettings: typeof updateSettings;
178-
switchTransport: (env: ConnectSettings['env']) => Promise<any>;
178+
switchTransport: (env: ConnectSettings['env']) => Promise<{ success: boolean }>;
179179
getLogs: typeof getLogs;
180180

181181
/**

0 commit comments

Comments
 (0)