Catatan parsial TS
type List = Partial<Record<'a' | 'b' | 'c', string>>;
Motionless Mink
type List = Partial<Record<'a' | 'b' | 'c', string>>;