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