"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TenantUserRoleDto = exports.UserTenantRoleDto = void 0;
class UserTenantRoleDto {
}
exports.UserTenantRoleDto = UserTenantRoleDto;
class TenantUserRoleDto {
}
exports.TenantUserRoleDto = TenantUserRoleDto;