Skip to content

Instantly share code, notes, and snippets.

@ehatricksmith
Last active May 31, 2022 05:33
Show Gist options
  • Save ehatricksmith/919dd929041501356d7ca7f4a24f15b2 to your computer and use it in GitHub Desktop.
Save ehatricksmith/919dd929041501356d7ca7f4a24f15b2 to your computer and use it in GitHub Desktop.
// ❌ Type 'string' is not assignable to type 'UserId'.
const user: User = { id: "abcd" };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment