This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-12-13 17:04:01 +07:00
parent 425a496209
commit d4bcff0b7b
2 changed files with 1 additions and 3 deletions

View file

@ -1,13 +1,11 @@
interface FormProfile {
fullName: string;
position: string;
type: string;
level: string;
status: string | undefined;
result: string | undefined;
score: string;
avartar: string;
}