CS-Coursework/website/api/user.js

7 lines
107 B
JavaScript

class User {
constructor() {
this.username;
this.password;
this.userId;
}
}