TSharedStorage

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