duck-booking-tool-front/app/models.ts
Gergely Polonkai 09ea2073dd Outline the duck editor
Signed-off-by: Gergely Polonkai <gergely@polonkai.eu>
2016-09-09 14:41:24 +02:00

5 lines
57 B
TypeScript

export class Duck {
id: number;
color: string;
}