export interface DeviceDetailsRequest { applicationName: string; userName: string; contractId?: number; contractProductId?: number; }