export interface IQuery { tenantId: string; userId: string; normalizedAppVersion?: string; platform?: string; }