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