import { ResumePrivacyHistoryVO } from './resumePrivacyHistoryVO'; export interface ResumePrivacyHistoryRs { list: ResumePrivacyHistoryVO[]; }