This commit is contained in:
2025-07-18 15:02:46 +09:00
parent bf8c75f770
commit 766a2ad111
37 changed files with 1284 additions and 943 deletions

View File

@@ -0,0 +1,5 @@
export declare class UserInfoResponseDto {
id: number;
name: string;
email?: string;
}

View File

@@ -0,0 +1,10 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.UserInfoResponseDto = void 0;
class UserInfoResponseDto {
id;
name;
email;
}
exports.UserInfoResponseDto = UserInfoResponseDto;
//# sourceMappingURL=user-info-response.dto.js.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"user-info-response.dto.js","sourceRoot":"","sources":["../../../src/users/dto/user-info-response.dto.ts"],"names":[],"mappings":";;;AAAA,MAAa,mBAAmB;IAC5B,EAAE,CAAS;IACX,IAAI,CAAS;IACb,KAAK,CAAU;CAClB;AAJD,kDAIC"}