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