Guest User

Untitled

a guest
Jan 4th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. export class User {
  2. uid: string;
  3. userName: string;
  4. email: string;
  5. profilePhoto?: string;
  6. password: string;
  7. status: string;
  8. }
Add Comment
Please, Sign In to add comment