mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-09 05:20:05 +00:00
feat(pollJobState): added ability to configure poll options
This commit is contained in:
4
src/types/PollOptions.ts
Normal file
4
src/types/PollOptions.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export interface PollOptions {
|
||||
MAX_POLL_COUNT: number
|
||||
POLL_INTERVAL: number
|
||||
}
|
||||
@@ -12,3 +12,4 @@ export * from './SASjsWaitingRequest'
|
||||
export * from './ServerType'
|
||||
export * from './Session'
|
||||
export * from './UploadFile'
|
||||
export * from './PollOptions'
|
||||
|
||||
Reference in New Issue
Block a user