gristlabs/ts-interface-checker

[Feature] Support for Partial<T>

mdesousa opened this issue · 0 comments

Although ts-interface-checker does not support generics, it could easily support Partial. This is a very common generic type that can be used in APIs that need to store a "draft" version of an object.
The implementation is almost the same as TIface, except that all properties are optional.