Advertisement
kw13code

Untitled

Mar 9th, 2020
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. export interface HttpRequest {
  2.   body?: any
  3. }
  4.  
  5. const HttpRequest = {
  6.   body: {
  7.     teste: 123
  8.   }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement