updated types

This commit is contained in:
Patrick 2025-06-05 14:34:25 +02:00
parent e2f011597d
commit 5353df318f
1 changed files with 2 additions and 1 deletions

View File

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