จัดการผู้ใช้งาน
This commit is contained in:
parent
badb676529
commit
d85f67506f
12 changed files with 554 additions and 22 deletions
|
|
@ -1,14 +1,9 @@
|
|||
interface ResRound {
|
||||
createdAt: Date;
|
||||
createdFullName: string;
|
||||
createdUserId: Date;
|
||||
durationKPI: string;
|
||||
endDate: Date;
|
||||
id: Date;
|
||||
lastUpdateFullName: string;
|
||||
lastUpdateUserId: Date;
|
||||
lastUpdatedAt: Date;
|
||||
startDate: Date;
|
||||
interface Users {
|
||||
email: string;
|
||||
firstName: string;
|
||||
id: string;
|
||||
lastName: string;
|
||||
username: string;
|
||||
}
|
||||
|
||||
export type { ResRound };
|
||||
export type { Users };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue