import type { PaginationConfiguration } from "@smithy/types"; import { RolesAnywhereClient } from "../RolesAnywhereClient"; /** * @public */ export interface RolesAnywherePaginationConfiguration extends PaginationConfiguration { client: RolesAnywhereClient; }