export type FarmerDto = { name: string, level: number, basePrice: number, boost: number, }