Create dan Update
# feat - tampilan user - tampilan admin ## No Issue
This commit is contained in:
9
src/app_modules/home/models/interface.ts
Normal file
9
src/app_modules/home/models/interface.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export interface MODEL_AUTHOR {
|
||||
id: string;
|
||||
username: string;
|
||||
nomor: string;
|
||||
active: boolean;
|
||||
createdAt: Date;
|
||||
updatedAt: Date;
|
||||
masterUserRoleId: string;
|
||||
}
|
||||
Reference in New Issue
Block a user