Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. type AB = {
  2. A: string;
  3. B: string;
  4. }
  5.  
  6. {
  7. A: number;
  8. B: string;
  9. }
  10.  
  11. type final = AB & {A: number};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement