จัดการผู้ใช้งาน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-05-30 14:04:48 +07:00
parent badb676529
commit d85f67506f
12 changed files with 554 additions and 22 deletions

View file

@ -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 };