Files
AnthoLume/frontend/src/generated/model/device.ts
Evan Reichard c9e4d345b8
Some checks failed
continuous-integration/drone/pr Build is failing
feat: v1 API + frontend migration
2026-07-03 14:06:39 -04:00

15 lines
286 B
TypeScript

/**
* Generated by orval v8.5.3 🍺
* Do not edit manually.
* AnthoLume API v1
* REST API for AnthoLume document management system
* OpenAPI spec version: 1.0.0
*/
export interface Device {
id?: string;
device_name?: string;
created_at?: string;
last_synced?: string;
}