import type { PaginationParams, TeamOnly } from "./common_get_params.js";

export type TeamWithPagination = TeamOnly & PaginationParams;
