TypeScript -Schnittstellenschlüssel mit einem anderen Typ
{ [P in keyof IUser]?: 'another type'}
florinrelea
{ [P in keyof IUser]?: 'another type'}