src/models/ticket.ts
        
Created by cem on 09.06.17.
| mirrorId | 
                                        mirrorId:      | 
                                
                                            Type :     void
                                         | 
                                    
| 
                                             Defined in src/models/ticket.ts:7 
                                         | 
                                    
| number | 
                                        number:      | 
                                
                                            Type :     void
                                         | 
                                    
| 
                                             Defined in src/models/ticket.ts:6 
                                         | 
                                    
export interface Ticket {
    number: string;         // The Ticket number used to register a mirror
    mirrorId: string;       // The Id of the Mirror which has requested the ticket
}