export interface IMasterServerOpts {
    id: number;
    host: string;
    port: number;
}
