mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-14 23:50:06 +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
|
||||
}
|
||||
Reference in New Issue
Block a user