Guest User

Untitled

a guest
Sep 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. interface Address {
  2. street: string
  3. town: string
  4. country: string
  5. }
  6.  
  7. function useKey(key: "street" | "town" | "country") {
  8. }
Add Comment
Please, Sign In to add comment