type TState = { [key in keyof IState]: unknown;}; Copy
type TState = { [key in keyof IState]: unknown;};