export interface Device { id: string; name: string; // TODO add additional properties }