Skip to content

Commit

Permalink
chore: re-ordered config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
saadjutt01 committed Jan 19, 2021
1 parent e9d23a5 commit 3527cd9
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions src/types/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,29 @@ export interface Config {
initProgram: string
termProgram: string
}
export interface DocConfig {
displayMacroCore: boolean
outDirectory: string
}
export interface BuildConfig extends Config {
buildOutputFileName: string
}
export interface DeployConfig {
deployServicePack: boolean
deployScripts: string[]
}
export interface ServiceConfig extends Config {
serviceFolders: string[]
}
export interface JobConfig extends Config {
jobFolders: string[]
}
export interface DocConfig {
displayMacroCore: boolean
outDirectory: string
}
export interface DeployConfig {
deployServicePack: boolean
deployScripts: string[]
}
export interface StreamConfig {
assetPaths: string[]
streamWeb: boolean
streamWebFolder: string
webSourcePath: string
}

export interface AuthConfig {
access_token: string
refresh_token: string
Expand Down

0 comments on commit 3527cd9

Please sign in to comment.