export interface HttpDropSessionsRequest { clientId: string; sessions: Array; }