Skip to content

Commit

Permalink
Merge pull request #235 from sasjs/update-configuration
Browse files Browse the repository at this point in the history
fix: add syncDirectories to Configuration interface
  • Loading branch information
allanbowe authored Mar 1, 2023
2 parents 749fa65 + 8283efa commit 19f0a4b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/types/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import {
JobConfig,
StreamConfig,
AuthConfig,
TestConfig
TestConfig,
SyncDirectoryMap
} from './config'
import { ServerType } from './serverType'
import { TargetJson } from './target'
Expand All @@ -32,4 +33,5 @@ export interface Configuration {
defaultTarget?: string
testConfig?: TestConfig
syncFolder?: string
syncDirectories?: SyncDirectoryMap[]
}

0 comments on commit 19f0a4b

Please sign in to comment.