Dinâmico Tipateiro de Interface Dinâmica

type MyKey = 'key1' | 'key2' | ...

const myObject: Record<MyKey, object[]> = { ... }
Prickly Porcupine