export interface IResumeCollectionStatus {
    status: string;
    count: number;
}
