fix admin voting
- fix detail publish voting
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
import { MODEL_USER } from "@/app_modules/home/model/interface";
|
||||
import { IDefaultMaster, MODEL_NEW_DEFAULT_MASTER } from "@/app_modules/model_global/interface";
|
||||
import { MODEL_DEFAULT_MASTER_OLD } from "@/app_modules/model_global/model_default_master";
|
||||
|
||||
export interface MODEL_VOTING {
|
||||
id: string;
|
||||
@@ -14,7 +16,8 @@ export interface MODEL_VOTING {
|
||||
Author: MODEL_USER;
|
||||
Voting_DaftarNamaVote: MODEL_VOTING_DAFTAR_NAMA_VOTE[];
|
||||
isArsip: boolean;
|
||||
voting_StatusId: string
|
||||
voting_StatusId: string;
|
||||
Voting_Status: IDefaultMaster
|
||||
}
|
||||
|
||||
export interface MODEL_VOTING_DAFTAR_NAMA_VOTE {
|
||||
|
||||
Reference in New Issue
Block a user