Type Alias SessionsListSessionUsersQoSQueryParams

SessionsListSessionUsersQoSQueryParams: {
    next_page_token?: string;
    page_size?: number;
    type?: "past" | "live";
}