export type SearchType = 'resume' | 'resume_by_name' export type SearchTypeOption = { value: SearchType label: string }