Releases: EveripediaNetwork/iq-utils
Releases · EveripediaNetwork/iq-utils
v0.2.0
v0.1.5
v0.1.4
v0.1.3
v0.1.2
Patch Changes
-
81787e9: # Changes
- Adds RecordTypePicker which works for any type
Example
// The NewWikiType will only have user, title, content, summary and user only has id, profile with username and avatar. type NewWikiType = RecordTypePicker< Wiki, { user: { id; profile: { username; avatar; }; }; }, 'title' | 'content' | 'summary' >;