UNPKG

@inv2/common

Version:

A common module for v2

10 lines (9 loc) 291 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TenantUserRoleDto = exports.UserTenantRoleDto = void 0; class UserTenantRoleDto { } exports.UserTenantRoleDto = UserTenantRoleDto; class TenantUserRoleDto { } exports.TenantUserRoleDto = TenantUserRoleDto;