Commit b7f9fd6
Alex Bakoushin
fix: explicit type import (#248)
### Description
Current way of importing type is causing the type check error in a
[client
project](https://github.com/valora-inc/points-functions/actions/runs/16988538476/job/48162546618).
This fixes the issue by the explicit type import.
### Test plan
* CI
* Manually tweaked `node_modules` inside the client project1 parent cba0977 commit b7f9fd6
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | | - | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
0 commit comments