Files
hipmi/src/app_modules/user/index.ts
amel 66c65bc937 upd: profile dan katalog
Deskripsi:
- mecah dan ganti ke api

No Issues
2024-12-05 17:21:59 +08:00

6 lines
161 B
TypeScript

import { IUserProfile } from './lib/type_user';
import { apiGetUserProfile } from "./lib/api_user";
export { apiGetUserProfile };
export type { IUserProfile };