TypeScript Menetapkan Nilai Antarmuka ke Tidak Ditentukan

type NewType = Record<keyof Partial<MyOriginalInterface>, undefined>
ShanK