Skip to content

Instantly share code, notes, and snippets.

@ankitamasand
Created April 17, 2019 17:46
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 ankitamasand/01c02ed0162b8bfba0c2901886ecce94 to your computer and use it in GitHub Desktop.
Save ankitamasand/01c02ed0162b8bfba0c2901886ecce94 to your computer and use it in GitHub Desktop.
interface TeslaModelS {
length: number;
width: number;
wheelbase: number;
seatingCapacity: number;
getTyrePressure?: () => number;
getRemCharging: () => number;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment