import { PassportFile } from './PassportFile.generated'; export interface EncryptedPassportElement { type: string; data?: string; phone_number?: string; email?: string; files?: Array; front_side?: PassportFile; reverse_side?: PassportFile; selfie?: PassportFile; translation?: Array; hash: string; }