/** * Shell Data & Reporting APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; import { PayerRequest } from './payerRequest.js'; export interface PayerReq { filters?: PayerRequest; /** Page Number (as shown to the users) */ page?: number | null; /** Page Size – Number of records to show on a page. */ pageSize?: number | null; } export declare const payerReqSchema: Schema; //# sourceMappingURL=payerReq.d.ts.map