naskah antarmuka kunci dinamis

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

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