export interface SessionStateResponse {
    session_state: string;
}
