export interface GetSessionsResponse { responseId: string; sessions: Array; }