diff --git a/package.json b/package.json index 459bd11..f24d4e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mtlsz/common", - "version": "3.2.2", + "version": "3.2.3", "description": "MTLSZ frontend packages", "main": "dist/index.ts", "types": "dist/index.d.ts", diff --git a/src/index.ts b/src/index.ts index 1aede93..d216490 100644 --- a/src/index.ts +++ b/src/index.ts @@ -27,3 +27,4 @@ export * from "./interfaces/confirmation-request/player-confirmation-request"; export * from "./interfaces/confirmation-request/team-admin-confirmation-request"; export * from "./interfaces/confirmation-request/team-manager-confirmation-request"; export * from "./interfaces/confirmation-requests"; +export * from "./interfaces/generic-user";