feat: add request variable

This commit is contained in:
nivedin
2024-02-09 16:50:05 +05:30
committed by Andrew Bastin
parent 170ec15821
commit 0ed063724e
6 changed files with 433 additions and 0 deletions

View File

@@ -17,4 +17,5 @@ export const getDefaultRESTRequest = (): HoppRESTRequest => ({
contentType: null,
body: null,
},
requestVariables: [],
})