rename match leauge to type

This commit is contained in:
chsakell
2016-09-30 12:22:16 +03:00
parent 1f14c0c55f
commit 8e6c0efe48
7 changed files with 38 additions and 27 deletions

View File

@@ -27,6 +27,6 @@ export interface Match {
hostScore: number;
guestScore: number;
matchDate: Date;
league: string;
type: string;
feeds: any
}