export default interface IConfig {
    ip: string;
    at: string;
    mac: string;
    debug: boolean;
}
