@uniai-fe/uds-templates 0.1.39 → 0.1.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniai-fe/uds-templates",
3
- "version": "0.1.39",
3
+ "version": "0.1.40",
4
4
  "description": "UNIAI Design System; UI Templates Package",
5
5
  "type": "module",
6
6
  "private": false,
@@ -339,4 +339,4 @@ export interface API_Res_LoginData {
339
339
  * 로그인 API; 응답
340
340
  * @route /auth/user/login
341
341
  */
342
- export type API_Res_Login = API_Res_LoginData | API_Res_Base<null>;
342
+ export type API_Res_Login = API_Res_Base<API_Res_LoginData>;