@zayne-labs/callapi@1.11.20
·
8 commits
to main
since this release
Patch Changes
-
8f2f684: fix(callapi): add response-less variant types for API results
Introduce new type variants (SuccessVariantWithoutResponse and ErrorVariantWithoutResponse) to properly type API results when response field is omitted. This provides better type safety than simple Omit operation.