3.4.3
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@mtlsz/common",
|
"name": "@mtlsz/common",
|
||||||
"version": "3.4.2",
|
"version": "3.4.3",
|
||||||
"description": "MTLSZ frontend packages",
|
"description": "MTLSZ frontend packages",
|
||||||
"main": "dist/index.ts",
|
"main": "dist/index.ts",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
|
|||||||
@@ -5,4 +5,5 @@ export interface SingleTournament extends Tournament {
|
|||||||
categories: Array<Category>;
|
categories: Array<Category>;
|
||||||
allowedWithoutPartner: boolean;
|
allowedWithoutPartner: boolean;
|
||||||
allowedSimilarEntries: boolean;
|
allowedSimilarEntries: boolean;
|
||||||
|
isPlayerEntryAllowed: boolean;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user