Type Alias GetResumeUrlsData

GetResumeUrlsData: {
    approver?: string;
    id: string;
    resumeId: number;
    workspace: string;
}