mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-07 04:20:05 +00:00
7 lines
125 B
TypeScript
7 lines
125 B
TypeScript
export interface PollOptions {
|
|
maxPollCount: number
|
|
pollInterval: number
|
|
streamLog: boolean
|
|
logFolderPath?: string
|
|
}
|