This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
tomi
/
u-fit
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
ecf8c20120
Ramuri
Etichete
master
production
u-fit
/
frontend
/
components
/
user
/
props.ts
props.ts
116 B
Istoric
Crud
1
2
3
4
5
6
7
8
export interface UserProps {
user: {
id: string,
name: string,
email: string,
_type: string
}
}