Function comments
This commit is contained in:
parent
23699abd68
commit
58e57978fd
4 changed files with 13 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
|||
/**
|
||||
* User.
|
||||
*/
|
||||
export class User {
|
||||
id: number;
|
||||
email: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue