1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-06 20:10:05 +00:00

chore(refactor): change property name in PollOptions

This commit is contained in:
Krishna Acondy
2021-07-14 07:50:25 +01:00
parent b9f368193d
commit d4725d2e54
2 changed files with 2 additions and 2 deletions

View File

@@ -2,5 +2,5 @@ export interface PollOptions {
maxPollCount: number
pollInterval: number
streamLog: boolean
logFilePath?: string
logFolderPath?: string
}