export interface WorkStation { id: string; name: string; type: string; }