refactor: pm import body calculation and type corrections

This commit is contained in:
Andrew Bastin
2022-03-18 19:58:03 +05:30
parent d9e1569055
commit bd1780cb6f
2 changed files with 30 additions and 25 deletions

View File

@@ -18,4 +18,8 @@ declare module "postman-collection" {
}
}
}
interface FormParam {
type: "file" | "text"
}
}