fix
This commit is contained in:
parent
425a496209
commit
d4bcff0b7b
2 changed files with 1 additions and 3 deletions
|
|
@ -1,13 +1,11 @@
|
|||
interface FormProfile {
|
||||
fullName: string;
|
||||
|
||||
position: string;
|
||||
type: string;
|
||||
level: string;
|
||||
status: string | undefined;
|
||||
result: string | undefined;
|
||||
score: string;
|
||||
|
||||
avartar: string;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue