Skip to content

Instantly share code, notes, and snippets.

@dandean
Created June 16, 2021 04:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dandean/581afc75735f51fe9d691107615a1652 to your computer and use it in GitHub Desktop.
Save dandean/581afc75735f51fe9d691107615a1652 to your computer and use it in GitHub Desktop.
export interface Car {
doors: number;
}
export const Car: Car = {
doors: 4
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment