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