UNPKG

@aws-sdk/client-account

Version:

AWS SDK for JavaScript Account Client for Node.js, Browser and React Native

9 lines (8 loc) 242 B
import type { PaginationConfiguration } from "@smithy/types"; import { AccountClient } from "../AccountClient"; /** * @public */ export interface AccountPaginationConfiguration extends PaginationConfiguration { client: AccountClient; }