typescript object keyof another type code example Example: typescript object key from other object const object: { [K in keyof MyInterface]: any } = {}