refactor: update components for embeds flow

This commit is contained in:
nivedin
2024-02-19 23:34:23 +05:30
committed by Andrew Bastin
parent fb615d2d2b
commit 175641246e
16 changed files with 114 additions and 19 deletions

View File

@@ -56,7 +56,12 @@ import { useI18n } from "~/composables/i18n"
const t = useI18n()
type EmbedTabs = "params" | "bodyParams" | "headers" | "authorization"
type EmbedTabs =
| "params"
| "bodyParams"
| "headers"
| "authorization"
| "requestVariables"
type EmbedOption = {
selectedTab: EmbedTabs