mirror of
https://github.com/sasjs/adapter.git
synced 2025-12-11 09:24:35 +00:00
5 lines
84 B
TypeScript
5 lines
84 B
TypeScript
export interface PollOptions {
|
|
MAX_POLL_COUNT?: number
|
|
POLL_INTERVAL?: number
|
|
}
|