zodios
zodios copied to clipboard
exactOptionalPropertyTypes failing on ParametersBuilder
These are failing in a more strict mode which expects:
description?: string;
But in the index.d.ts distribution the methods of declare class ParametersBuilder are defined with:
description?: string | undefined;
This issue is related to https://github.com/colinhacks/zod/issues/635 - with a fix to the zod output type likely in a future release (version 4)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
still relevant. https://github.com/colinhacks/zod/issues/635