#Job admin
- Tampilan user done - Tampilan admin done git commit -m
This commit is contained in:
@@ -12,3 +12,12 @@ export interface MODEL_DEFAULT_MASTER {
|
||||
name: string,
|
||||
active: boolean,
|
||||
}
|
||||
|
||||
export interface MODEL_NEW_DEFAULT_MASTER {
|
||||
id: string,
|
||||
name: string,
|
||||
active: boolean,
|
||||
createdAt: Date;
|
||||
updatedAt: Date;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user