updated types
This commit is contained in:
parent
e2f011597d
commit
5353df318f
|
|
@ -3,7 +3,8 @@ export interface UserEntry {
|
||||||
gender: string;
|
gender: string;
|
||||||
name: string;
|
name: string;
|
||||||
address: string;
|
address: string;
|
||||||
initials: string;
|
username: string;
|
||||||
|
password: string;
|
||||||
created: string;
|
created: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue