Create wt-odlux directory
[ccsdk/features.git] / sdnr / wt-odlux / odlux / framework / src / models / applicationConfig.ts
1 export type ApplicationConfig = { 
2     authentication: "basic"|"oauth",  // basic 
3     enablePolicy: false,               // false 
4     transportpceUrl? : string
5 };