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