export interface DropSessionsResponse { responseId: string; droppedSessions: Array; }