src/utils/module.options.ts
        
Created by cem on 10.06.17.
| apiUrl | 
                                        apiUrl:      | 
                                
                                            Type :     void
                                         | 
                                    
| 
                                             Defined in src/utils/module.options.ts:6 
                                         | 
                                    
| rtUrl | 
                                        rtUrl:      | 
                                
                                            Type :     void
                                         | 
                                    
| 
                                             Defined in src/utils/module.options.ts:7 
                                         | 
                                    
export interface SmartMirrorModuleOptions {
    apiUrl: string;
    rtUrl: string;
}