update to v2
This commit is contained in:
8
src/interfaces/single-tournament.ts
Normal file
8
src/interfaces/single-tournament.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Category } from "./category";
|
||||
import { Tournament } from "./tournament";
|
||||
|
||||
export interface SingleTournament extends Tournament {
|
||||
categories: Array<Category>;
|
||||
allowedWithoutPartner: boolean;
|
||||
allowedSimilarEntries: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user