Viewing profile — throway232lasdf
throway232lasdf
HN member- Joined
- Sat, Nov 05, 2022, 2:52 PM UTC
- HN karma
- 0
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About throway232lasdf
No profile information was provided.
Recent public activity
-
comment
Comment #33482153
> Why is it better to have two email types, VerifiedEmail and UnverifiedEmail vs. one Email type with an "isVerified" field? You obviously have no idea what a type is. type Verifie…
-
comment
Comment #33482062
type VerifiedEmailOptedOutOfMarketing = { email: string; is_verified: true; is_opted_out: true; };