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