Files
hoppscotch/packages/hoppscotch-data/src/index.ts
Kishan Jadav e4d9f82a75 feat: support for predefined variables (#3886)
Co-authored-by: Anwarul Islam <anwaarulislaam@gmail.com>
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2024-09-30 14:33:40 +05:30

8 lines
213 B
TypeScript

export * from "./rest"
export * from "./graphql"
export * from "./collection"
export * from "./rawKeyValue"
export * from "./environment"
export * from "./global-environment"
export * from "./predefinedVariables"