buildo / metarpheus-io-ts

Generate domain models and client interpreting metarpheus output
MIT License
7 stars 1 forks source link

#77: Decode Unit as void instead of empty object (closes #77) #78

Closed ecamellini closed 5 years ago

ecamellini commented 5 years ago

Closes #77

Test Plan

tests performed

See new test snapshots.

ecamellini commented 5 years ago

@giogonzo @gabro made this non-breaking, since if one was doing something with the result of a Unit-returning API call there was something wrong in their app: this should not break apps that behave in an expected way.