Update eslint to type check
This commit is contained in:
3
src/interface/Counters.ts
Normal file
3
src/interface/Counters.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export interface Counter {
|
||||
count: number;
|
||||
}
|
||||
Reference in New Issue
Block a user