5 ms·
This difference is illustrated by the types : { a: string, b : string | undefined } and { a: string, b?: string }
by JeanMeche 5y ago
This difference is illustrated by the types : { a: string, b : string | undefined } and { a: string, b?: string }