export interface CourierDevice { appId?: string; adId?: string; deviceId?: string; platform?: string; manufacturer?: string; model?: string; }