Hacker News new | ask | show | jobs
by JeanMeche 1690 days ago
This difference is illustrated by the types : { a: string, b : string | undefined } and { a: string, b?: string }