typescript-utility Questions
2
I have a function with the following parameter:
const handleAccount = (
account: Partial<IAccountDocument>,
...
) => { ... }
In no way can I change the interface for IAccountDocument to...
Cavan asked 19/4, 2022 at 13:54
1
© 2022 - 2025 — McMap. All rights reserved.