Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix/typescript: options of schemas without parameters resolve to Reco…
…rd<string, never> (#77) The type `Record<string, never>` blanks out all keys when combined with other types via `&`. Type composition ignores the `unknown` type.
- Loading branch information