mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-07 04:20:05 +00:00
feat(pollJobState): made pollOptions optional and updated docs
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export interface PollOptions {
|
||||
MAX_POLL_COUNT: number
|
||||
POLL_INTERVAL: number
|
||||
MAX_POLL_COUNT?: number
|
||||
POLL_INTERVAL?: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user