6 lines
81 B
TypeScript
Raw Normal View History

2018-05-11 10:46:27 +02:00
export class JudgeTitle {
id: number;
year: number;
title: string;
}