Files
lily-idle/src/app/farmer.dto.ts

7 lines
92 B
TypeScript

export type FarmerDto = {
id: number;
name: string,
price: number,
image: string,
}