What would be the correct typescript type of something like
const test: MyType = { foo: { value: 1 }, bar: { value: 2 } }
something like<