Say I have a type ``` type Stats = { max: { [key: string]: number; }; sum: { [key: string]: number; }; mean: number; }; ``` Is there a way to have the value of the key be a column and the value be a column?