/** * Shell Data & Reporting APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; import { UsageSummary } from './usageSummary.js'; export interface CardUsageSummaryResponse { usageSummary?: UsageSummary[]; } export declare const cardUsageSummaryResponseSchema: Schema; //# sourceMappingURL=cardUsageSummaryResponse.d.ts.map