ryanoptimus·2 ปีที่แล้ว·discussLooks like bongard problems for the referenced problem solving tasks https://en.wikipedia.org/wiki/Bongard_problem
ryanoptimus·3 ปีที่แล้ว·discussThe argument is the fact it can have additional properties at runtime. In which case does it not make more sense to have Object.keys typed as `(keyof T & string)[]` Where it's typed as the keys but allows for additional string values too?