Skip to content

Instantly share code, notes, and snippets.

@szaranger
Created July 26, 2022 03:15
Show Gist options
  • Save szaranger/da4fdf4687f7115fbc11cb31bf253db4 to your computer and use it in GitHub Desktop.
Save szaranger/da4fdf4687f7115fbc11cb31bf253db4 to your computer and use it in GitHub Desktop.
const john: Person = {}; // Error
const jane = {} as Person; // No error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment