Skip to content

Commit dbdab1b

Browse files
committed
chore: update type
1 parent 5555841 commit dbdab1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import { Compiler, Configuration } from 'webpack'
22

3-
type File = {
3+
interface File {
44
[key: string]: string
55
}
66

7-
type Asset = {
7+
interface Asset {
88
source(): string
99
size(): number
1010
}

0 commit comments

Comments
 (0)