export interface VerifyServer { name: string; ipAddress: string; stationCode: string; verifyUrl: string; onlineState: boolean; }