3.4.4
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@mtlsz/common",
|
"name": "@mtlsz/common",
|
||||||
"version": "3.4.3",
|
"version": "3.4.4",
|
||||||
"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",
|
||||||
|
|||||||
@@ -3,4 +3,5 @@ import { Club } from "../club";
|
|||||||
export interface PlayerConfirmationRequest {
|
export interface PlayerConfirmationRequest {
|
||||||
id?: number;
|
id?: number;
|
||||||
club: Club;
|
club: Club;
|
||||||
|
gender?: string;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user