Live data from Hacker News

Viewing profile — throway232lasdf

throway232lasdf

HN member
Joined
Sat, Nov 05, 2022, 2:52 PM UTC
HN karma
0
Public activity
2 items

About throway232lasdf

No profile information was provided.

Recent public activity

  1. 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…

  2. comment
    Comment #33482062

    type VerifiedEmailOptedOutOfMarketing = { email: string; is_verified: true; is_opted_out: true; };