We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f456d commit 4c0d5d6Copy full SHA for 4c0d5d6
src/__tests__/terminalCloudAPI.spec.ts
@@ -4,7 +4,7 @@ import { asyncRes } from "../__mocks__/terminalApi/async";
4
import { syncRefund, syncRes, syncResEventNotification, syncResEventNotificationWithAdditionalAttributes, syncResEventNotificationWithUnknownEnum } from "../__mocks__/terminalApi/sync";
5
import Client from "../client";
6
import TerminalCloudAPI from "../services/terminalCloudAPI";
7
-import { terminal} from "../typings";
+import { terminal } from "../typings";
8
9
let client: Client;
10
let terminalCloudAPI: TerminalCloudAPI;
0 commit comments