Suggestion: Pick by type · Issue #16350 · microsoft/TypeScript

TypeScript Version: 2.2.1 / nightly (2.2.0-dev.201xxxxx) Code // A *self-contained* demonstration of the problem follows... interface AnInterface { stringProperty: string; numberProperty: number; o...