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

chore(types): add FileTree types

This commit is contained in:
Yury Shkoda
2021-09-28 10:39:18 +03:00
parent 7e64819eb2
commit d8b1a72da2
2 changed files with 49 additions and 0 deletions

View File

@@ -12,3 +12,5 @@ export * from './Session'
export * from './UploadFile'
export * from './PollOptions'
export * from './WriteStream'
export * from './FileTree'
export * from './ExecuteScript'