Type Alias SessionsListSessionsQueryParams

SessionsListSessionsQueryParams: {
    from: string;
    next_page_token?: string;
    page_size?: number;
    session_key?: string;
    session_name?: string;
    to: string;
    type?: "past" | "live";
}