export class Duck { id: number; name: string; color: string; } export class User { id: number; username: string; password: string; }