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