Skip to content

Commit 3691272

Browse files
committed
Remove unused types
1 parent ea31d8e commit 3691272

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/18-function-types-with-promises.problem.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { expect, it } from "vitest";
2-
import { Equal, Expect } from "./helpers/type-utils";
32

43
interface User {
54
id: string;

src/18-function-types-with-promises.solution.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { expect, it } from "vitest";
2-
import { Equal, Expect } from "./helpers/type-utils";
32

43
interface User {
54
id: string;

0 commit comments

Comments
 (0)