Commit b98fff2
committed
fix(list): export IListResult so declaration emit can name it
`index.ts#list` returns it from an exported class, and tsconfig has
`declaration: true`, so tsc needs the type to be nameable:
TS4053 "Return type of public method from exported class has or is using
name 'IListResult' ... but cannot be named".1 parent b337678 commit b98fff2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments