import { MatchingPropNames } from './MatchingPropNames'; /** * Get all properties with names matching a type. */ export type MatchingProps = Pick>;