3.0.6
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@mtlsz/common",
|
"name": "@mtlsz/common",
|
||||||
"version": "3.0.5",
|
"version": "3.0.6",
|
||||||
"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",
|
||||||
|
|||||||
@@ -9,5 +9,5 @@ export interface Club {
|
|||||||
address?: string;
|
address?: string;
|
||||||
phone?: string;
|
phone?: string;
|
||||||
active: boolean;
|
active: boolean;
|
||||||
hasManager: boolean;
|
hasManager?: boolean;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user