Skip to content

Instantly share code, notes, and snippets.

@sudomaxime
Created July 29, 2020 21:44
Show Gist options
  • Save sudomaxime/219ccaa94526dbba8a821d5da7b8d124 to your computer and use it in GitHub Desktop.
Save sudomaxime/219ccaa94526dbba8a821d5da7b8d124 to your computer and use it in GitHub Desktop.
interface Point { x: number; }
interface Point { y: number; }
const point: Point = { x: 1, y: 2 };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment