Skip to content

Commit

Permalink
added shared types
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardomcv committed Jul 19, 2020
1 parent 3889fbb commit 188f5f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/sharedTypes.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export type TemperatureUnit = 'celsius' | 'farenheit';

export type Location = 'lisbon' | 'newyork' | 'london';

0 comments on commit 188f5f3

Please sign in to comment.