fix admin voting
- fix detail publish voting
This commit is contained in:
@@ -21,3 +21,11 @@ export interface MODEL_NEW_DEFAULT_MASTER {
|
||||
updatedAt: Date;
|
||||
}
|
||||
|
||||
export interface IDefaultMaster {
|
||||
id: string;
|
||||
name: string;
|
||||
isActive: boolean;
|
||||
createdAt: Date;
|
||||
updatedAt: Date;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user