This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
tomi
/
u-fit
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
ecf8c20120
Větve
Značky
master
production
u-fit
/
frontend
/
components
/
user
/
props.ts
props.ts
116 B
Historie
Surový
1
2
3
4
5
6
7
8
export interface UserProps {
user: {
id: string,
name: string,
email: string,
_type: string
}
}