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