/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * {} */ export interface CredentialDownloadRequest { /** The ETag of the latest version of the resource. */ ifNoneMatch?: string; } //# sourceMappingURL=CredentialDownloadRequest.d.ts.map