for example i have this type:type mixed = {k1: string, k2: number}
type mixed = {k1: string, k2: number}
now i want another type(could be generated from some generic) with only string
string