Transaksi
# feat: - proses transfer - metode pembayaran ### issue: - data nama bank dan rekenening belum masuk
This commit is contained in:
15
src/app_modules/home/models/user_profile.ts
Normal file
15
src/app_modules/home/models/user_profile.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
export interface MODEL_User_profile {
|
||||
id: string;
|
||||
username: string;
|
||||
nomor: string;
|
||||
Profile: {
|
||||
id: string;
|
||||
alamat: string;
|
||||
email: string;
|
||||
jenisKelamin: string;
|
||||
name: string;
|
||||
ImageProfile: {
|
||||
url: string;
|
||||
} | null;
|
||||
} | null;
|
||||
}
|
||||
@@ -44,7 +44,7 @@ import { gs_ListPortofolio } from "../katalog/portofolio/state/global_state";
|
||||
import { myConsole } from "@/app/fun/my_console";
|
||||
import { getFotoProfile } from "../katalog/profile/api/get-foto-profile";
|
||||
import { funGetUserProfile } from "../fun/get_user_profile";
|
||||
import { MODEL_User_profile } from "../models/user_profile";
|
||||
import { MODEL_User_profile } from "./models/user_profile";
|
||||
import AppNotif from "../notif";
|
||||
|
||||
// export const dynamic = "force-dynamic"
|
||||
|
||||
Reference in New Issue
Block a user