type TStorage = { [key in keyof IStorage]: unknown;}; Copy
type TStorage = { [key in keyof IStorage]: unknown;};