lanjiantou
Results
1
comments of
lanjiantou
``` interface Example { a: string; b: string | number; c: () => void; d: {}; } type ConditionalPick = Pick type StringKeysOnly = ConditionalPick ```