feat: add clear history action

This commit is contained in:
Andrew Bastin
2023-07-03 11:23:02 +05:30
parent 9dbce74f5e
commit be61b62825
2 changed files with 6 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ export type HoppAction =
| "response.file.download" // Download response as file
| "response.copy" // Copy response to clipboard
| "modals.login.toggle" // Login to Hoppscotch
| "history.clear" // Clear REST History
/**
* Defines the arguments, if present for a given type that is required to be passed on