Describe the bug
exported IConfig interface is unused
To Reproduce
Steps to reproduce the behavior:
- Go to
src/common/interfaces.ts
IConfig is unused by other code and declares get (different signature) & has (not implemented by @map-colonies/config)
Expected behavior
Remove IConfig and use ConfigType
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Describe the bug
exported
IConfiginterface is unusedTo Reproduce
Steps to reproduce the behavior:
src/common/interfaces.tsIConfigis unused by other code and declaresget(different signature) &has(not implemented by @map-colonies/config)Expected behavior
Remove
IConfigand useConfigTypeScreenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.