Skip to content

Commit dc9f529

Browse files
authored
perf: Set the EasyCom option type to optional (#121)
1 parent 738d570 commit dc9f529

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export interface EasyCom {
2-
autoscan: boolean
3-
custom: Record<string, string>
2+
autoscan?: boolean
3+
custom?: Record<string, string>
44
}

0 commit comments

Comments
 (0)