diff --git a/package.json b/package.json index 1aa0212..779532f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mtlsz/common", - "version": "3.3.0", + "version": "3.3.1", "description": "MTLSZ frontend packages", "main": "dist/index.ts", "types": "dist/index.d.ts", diff --git a/src/index.ts b/src/index.ts index d216490..71ea51d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -28,3 +28,5 @@ 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"; +export * from "./interfaces/adult"; +export * from "./interfaces/team-manager";