fixed log4j issue
[eliot.git] / blueprints / common / eliot-ui / frontend-src / src / app / server.ts
1 interface Server {
2     temperature:number;
3     status: String;
4 }