Typscript -Schnittstellenwerte für undefined SET
type NewType = Record<keyof Partial<MyOriginalInterface>, undefined>
ShanK
type NewType = Record<keyof Partial<MyOriginalInterface>, undefined>