5 lines
57 B
TypeScript
5 lines
57 B
TypeScript
export class Duck {
|
|
id: number;
|
|
color: string;
|
|
}
|