Dávid Danyi 7a44ba70d4 * most non-image based admin stuff is working now
* lacks authentication tho
2018-05-11 18:22:59 +02:00

6 lines
100 B
TypeScript

export class JudgeTitle {
id: number = null;
year: number = null;
title: string = '';
}