/** * Created by reunion on 23/05/2017. */ export interface NodeJsDataInterface { type: string; data: Object; mur: string; command?: string; uuid?: string; id?: number; }