feat
Desc: - Fitur crowdfunding - Fitur Investasi - Fitur tambah investasi No issue
This commit is contained in:
13
src/app_modules/models/investasi.ts
Normal file
13
src/app_modules/models/investasi.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
export interface INVESTASI {
|
||||
id: string
|
||||
authorId: string;
|
||||
title: string;
|
||||
targetDana: string;
|
||||
hargaLembar: string;
|
||||
totalLembar: string;
|
||||
roi: string;
|
||||
masterPeriodeDevidenId: string;
|
||||
masterPembagianDevidenId: string;
|
||||
masterPencarianInvestorId: string;
|
||||
imagesId: string
|
||||
}
|
||||
5
src/app_modules/models/model_AllMaster.ts
Normal file
5
src/app_modules/models/model_AllMaster.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface MODEL_ALL_MASTER {
|
||||
id: string,
|
||||
name: string,
|
||||
active: boolean,
|
||||
}
|
||||
Reference in New Issue
Block a user