This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-03-21 09:58:16 +07:00
parent 0c419e04b4
commit e03d2a84a5
8 changed files with 117 additions and 43 deletions

View file

@ -0,0 +1,11 @@
interface DataProfile {
fullName: string;
position: string;
citizenId: string;
posNo: string;
posType: string;
posLevel: string;
org: string;
}
export type { DataProfile };