keyof and valueof typescript code example Example: typescript valueof interface type ValueOf<T> = T[keyof T];