This website works better with JavaScript
Home
Explore
Help
Sign In
precaution
/
precaution-frontend
Watch
8
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
dev
Branches
Tags
carlos
dev
master
precaution-f...
/
src
/
types
/
type.user.ts
type.user.ts
94 B
Permalink
History
Raw
1
2
3
4
5
export class StorageUser {
id: string = '';
name: string = '';
password: string = '';
}