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