Is there any type (let's call it **FieldPropNames**) to be used in this way ``` import type { TextFieldProps } from "@mui/material/TextField/TextField"; export const muiTextFieldBinding: Record<FieldPropNames, keyof TextFieldProps> = { // ... }; ``` or may be way to infer this type?