Create dan Update

# feat
- tampilan user
- tampilan admin
## No Issue
This commit is contained in:
2024-01-02 16:35:55 +08:00
parent f02e907bc5
commit 4fc158bdc5
92 changed files with 2357 additions and 851 deletions

View File

@@ -0,0 +1,9 @@
export interface MODEL_AUTHOR {
id: string;
username: string;
nomor: string;
active: boolean;
createdAt: Date;
updatedAt: Date;
masterUserRoleId: string;
}