/** * Shell Data & Reporting APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; import { CardUsageSummaryRequest } from './cardUsageSummaryRequest.js'; export interface CardUsageSummaryReq { filters?: CardUsageSummaryRequest; } export declare const cardUsageSummaryReqSchema: Schema; //# sourceMappingURL=cardUsageSummaryReq.d.ts.map