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