export interface IOptions{
    //root?:string
    definitions?:{[index:string]:any}
    immediate?:boolean
    parallel?:boolean
}