How do you use typescript with these composable functions, like how should I compose the interface so that I can get proper static types. IE stamp<SomeInterface>({}) Thank you ahead of time :) ! I ask this because anytime I use Stamp.somestaticproperty. I get an error stating that the property does not exist.
How do you use typescript with these composable functions, like how should I compose the interface so that I can get proper static types. IE
stamp<SomeInterface>({})Thank you ahead of time :) ! I ask this because anytime I use Stamp.somestaticproperty. I get an error stating that the property does not exist.