1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-08 07:00:04 +00:00

chore: added preProgramVariables

This commit is contained in:
Saad Jutt
2021-11-10 08:04:45 +05:00
parent f07f269839
commit d9057bc33b
6 changed files with 40 additions and 6 deletions

View File

@@ -1,7 +1,8 @@
// TODO: uppercase types
export * from './Execution'
export * from './Request'
export * from './FileTree'
export * from './Session'
export * from './InfoJWT'
export * from './PreProgramVars'
export * from './Request'
export * from './Session'
export * from './TreeNode'