A function returns an existing Account object under the type Omit<Account, "passwordHash"…

from Utility types
TypeScript 6 intermediate 3 min

A function returns an existing Account object under the type Omit<Account, "passwordHash">. Which claim is correct?

Report an error