1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 01:14:36 +00:00

fix(types): fixed PollOptions exports

This commit is contained in:
Yury Shkoda
2023-05-17 14:10:17 +03:00
parent f484a5a6a1
commit 4440e5d1f9

View File

@@ -10,6 +10,6 @@ export * from './SASjsConfig'
export * from './SASjsRequest'
export * from './Session'
export * from './UploadFile'
export * from './PollStrategy'
export * from './PollOptions'
export * from './WriteStream'
export * from './ExecuteScript'