Closed cknitt closed 6 years ago
transformResponse was missing.
transformResponse
I also needed to expose the full type definition for transformer in the .rei file (as there is no makeTransformer function or something like that, so a transformer cannot be "instantiated" otherwise).
transformer
makeTransformer
transformResponse
was missing.I also needed to expose the full type definition for
transformer
in the .rei file (as there is nomakeTransformer
function or something like that, so a transformer cannot be "instantiated" otherwise).