Skip to content

Commit

Permalink
fix: add syncDirectories to Configuration interface
Browse files Browse the repository at this point in the history
  • Loading branch information
sabhas committed Mar 1, 2023
1 parent 749fa65 commit 8283efa
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 8283efa

Please sign in to comment.