2021-02-07 20:01:37 +01:00

6 lines
89 B
TypeScript

export interface Device {
device_id: string;
driver: string;
name: string;
}