// /types/digitalOutput.ts export interface DigitalOutput { id: number; label: string; status: boolean; }